data routes empty #17643
Unanswered
dgoh-zippia
asked this question in
Help
data routes empty
#17643
Replies: 2 comments 1 reply
-
|
I also have the same issue in the exact same line and word, but I am using vercel. @dgoh-zippia Did you happen to figure out what it is? The wierdest thing is that my build succeeds in local, and breaks in vercel. I think it should have something to do with filenames in linux and mac systems, but I have no clue what. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Same problem here! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Running into this error when running next build as I am trying to implement a dynamic SSG page. After generating the _next folder, there's a routes-manifest.json file. Inside the json file, there should be a dataRoutes key with array value, but for some reason, mine appears empty which caused this error. My pages directory looks like this.
Stack trace:
I am using a custom server if that has anything to do with it.
Beta Was this translation helpful? Give feedback.
All reactions