Replies: 1 comment 5 replies
-
That's odd. Can you tell me the exact version of next.js you are using? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NextJS 12, but tried upgrading to NextJS 13 and same prob.
npm install outstatic
Create /pages/outstatic/[[...ost]].tsx
Create /pages/api/outstatic/[[...ost]].tsx
Visit http://localhost:3000
We get:
NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted
file:/node_modules/outstatic/dist/index.js (81:36661)
Beta Was this translation helpful? Give feedback.
All reactions