Create navigation in nextjs #1088
Unanswered
AndonMitev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey i'm using the nextjs template alongside with sidebar configuration. Now i'm trying to create the different pages but it fails when i try to navigate from index view to another view with:
Your file couldn’t be accessedIt may have been moved, edited or deleted. ERR_FILE_NOT_FOUND
I have the standard nextjs template structure /src/components /src/pages /src/popup,
in pages i have added a few new pages /activity, /actions etc etc, and using Link from next/link, however i'm not able to see these pages as part of the build and the extension is not able to navigate to them so how navigation shall be done with this setup
Beta Was this translation helpful? Give feedback.
All reactions