-
Notifications
You must be signed in to change notification settings - Fork 10
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
nested SSR pages (and API routes) are throwing a module not found error (needs additional patch for adapters) #1223
Labels
Milestone
Comments
4 tasks
Closed
Argh, completely forgot to test for adapters and this is definitely not working based on some local testing I just conducted for this, so need to re-open 😞 |
5 tasks
5 tasks
4 tasks
4 tasks
31 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Haven't tested for production yet, but at least when running
greenwood develop
and having a nested SSR page route, e.g.Will output
Details
If you notice in the path shown in the error, the blog/ segment is missing
Cannot find module '/Users/owenbuckley/Workspace/project-evergreen/greenwood/packages/cli/test/cases/develop.ssr/src/pages/index.js'
The text was updated successfully, but these errors were encountered: