-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
Error fetching _devPagesManifest.json #17274
Comments
Feel free to send a PR including an integration test for your particular use case. |
Hey @timneutkens can you assign this issue to me ? |
I will solve this issue |
@timneutkens created a PR for the fix as suggested. Pls review and suggest if anything else needs to be added in this PR. |
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
I'm proxying my dev app from localhost to
https://
to avoid mixed request.And when I hover on Next/Link nextjs tried to fetch _devPagesManifest.json but got rejected by SSL and then has error
pages is undefined
;Could you add
credentials: 'same-origin'
to fetch options when loading_devPagesManifest.json
?The text was updated successfully, but these errors were encountered: