Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'next/link' can't work when build #2884

Closed
hansinhu opened this issue Sep 1, 2017 · 1 comment
Closed

'next/link' can't work when build #2884

hansinhu opened this issue Sep 1, 2017 · 1 comment

Comments

@hansinhu
Copy link

hansinhu commented Sep 1, 2017

<Link href={{ pathname: '/products', query: { type: 'top' `}}}>
<a className="nav-font"> TOP SELLING </a>
</Link>
<Link href={{ pathname: '/products', query: { type: 'new' }}}>
<a className="nav-font"> NEW ARRIVALS </a>
</Link>

build : http://localhost:3000/products?type=top
page tips: An unexpected error has occurred.

@timneutkens
Copy link
Member

You'll most likely see an error either in your terminal or in the browser console. With only this information I cannot reproduce the issue.

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants