Skip to content
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

Closed
Unsfer opened this issue Sep 22, 2020 · 5 comments · Fixed by #60349
Closed

Error fetching _devPagesManifest.json #17274

Unsfer opened this issue Sep 22, 2020 · 5 comments · Fixed by #60349
Labels
good first issue Easy to fix issues, good for newcomers locked

Comments

@Unsfer
Copy link

Unsfer commented Sep 22, 2020

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?

@timneutkens timneutkens added the good first issue Easy to fix issues, good for newcomers label Sep 22, 2020
@timneutkens
Copy link
Member

Feel free to send a PR including an integration test for your particular use case.

@Syedhussainsaber
Copy link

Hey @timneutkens can you assign this issue to me ?

@Syedhussainsaber
Copy link

I will solve this issue

@itz-Me-Pj
Copy link
Contributor

@timneutkens created a PR for the fix as suggested. Pls review and suggest if anything else needs to be added in this PR.

itz-Me-Pj added a commit to itz-Me-Pj/next.js that referenced this issue Jan 26, 2024
itz-Me-Pj added a commit to itz-Me-Pj/next.js that referenced this issue Jan 26, 2024
ijjk added a commit that referenced this issue Feb 6, 2024
Closes NEXT-
Fixes #17274 Error Fetching _devpagesmanfest.json

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
Copy link
Contributor

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Easy to fix issues, good for newcomers locked
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants