-
Notifications
You must be signed in to change notification settings - Fork 51
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
globals.Headers is not a constructor #174
Comments
I also have this bug on production Vercel. ERROR TypeError: globals.Headers is not a constructor at server.js:52993:11 at http_HTTP.module.exports.http_HTTP.<computed> [as get] (.nuxt/http.js:113:0) at http_HTTP.module.exports.http_HTTP.<computed> [as $get] (.nuxt/http.js:126:0) |
+1 for Vercel.
|
Still doesn't work. |
I started receiving this after upgrading |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get this error on a production environment, not in development mode. When I acess to link with a nuxt link in page, error doesn't ocurrs, only ocurrs when I enter on the page with url directly (refreshing for example also ocurrs)
Error stack:
error is on a page, in this part:
nuxt.config.js
Versions:
The text was updated successfully, but these errors were encountered: