-
Notifications
You must be signed in to change notification settings - Fork 73
Sync with latest @opennextjs/aws
#482
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
Conversation
commit: |
My guess is that the cache is not properly initialized, i'll need to check that tomorrow |
|
@vicb I think i've figured out what's going on here. The issue happen for Probably all coming down from this https://github.com/vercel/next.js/blob/9f68435d39665388995c984887562b6974c2ff98/packages/next/src/server/web/spec-extension/unstable-cache.ts#L88-L90 For fixing the e2e we could just make it revalidates at least once before actually running what we want from the test |
Thanks for the investigation Nico! |
@conico974 would you have time to push a fix to this branch? |
@vicb Not right away, but i can do it later today |
No rush, Monday morning would be great, enjoy your weekend! |
Thanks Nico! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks
Thanks for the review Nico! |
It looks like the new test ("Incremental Static Regeneration with data cache") is failing and this should be fixed before merging but there is already some changes to review...
@conico974 any idea what could go wrong?