-
Notifications
You must be signed in to change notification settings - Fork 91
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
When using generate staticPaths, staticProps and then use it to get page - it always says 404. Only works for fallback: 'blocking' #102
Comments
Hey please provide a minimal reproducible sample. Keep in mind that nest is the entry point so all requests will hit a node server before being forwarded to next. |
Finally can send you a repo to check this one. It's pretty simple, run:
REPO: https://github.com/NazariiStrohush/nest-next-sample/ Need to help configure how to work for both types not only SSR... |
Hi there! I think the reproduction repo is very complex and requires at least some familiarity with Apollo to understand what's happening. The complexity leads me to thinking that the issue might not be lying the I'd try booting Nest ( If the issue persists, a less complex reproduction example is needed without external dependencies. |
@yakovlev-alexey Ok, I even can reproduce modifying current repo examples, I will create a new one simplified and share it here |
Describe the bug
Hi, I'm trying to use generating static pages
![image](https://user-images.githubusercontent.com/17307937/215673919-cab6fe9f-256b-4a20-a63b-518dc5593234.png)
2. Get static props get never fired and always throws an error 404 event if path is 100% matchingExpected behavior
Path is matching and I see pre-rendered page
To Reproduce
Repository URL: Repo is private
Version
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: