-
Notifications
You must be signed in to change notification settings - Fork 24
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
debugging #328 #340
base: main
Are you sure you want to change the base?
debugging #328 #340
Conversation
|
commit: |
95fa3bc
to
edaca3e
Compare
Note (to self) This is a successful run: https://github.com/opennextjs/opennextjs-cloudflare/actions/runs/13144594920/job/36679649557?pr=340 And this is an unsuccessful one: https://github.com/opennextjs/opennextjs-cloudflare/actions/runs/13144594920/job/36680449323?pr=340 And this is the difference between the two: The successful one has a this causes for the key to be correctly set in the successful run but not to be for the unsuccessful one so what we need to understand is why the unsuccessful run calls |
@dario-piotrowicz maybe setting process.env.NEXT_PRIVATE_DEBUG_CACHE can help understand what's going on |
Thanks! I always forget about that one, let me try that 🤞 |
4f0f97f
to
dde6ce3
Compare
dde6ce3
to
3338a40
Compare
Just passing by, could be related to this opennextjs/opennextjs-aws#713 |
I don't seem to be able to debug #328 locally so I am opening this PR just to see the logs in CI when it fails
Warning
This PR is just for debugging, please don't review it