You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works locally, only fails in deployment. I tried to build locally but I got error on the pre-render sitemap thing, not the stack overflow error.
Removing prerender and build locally works (not sure if this relates).
The text was updated successfully, but these errors were encountered:
I've run into a similar problem before with my own project. I don't think it's a problem with Fonts - the OOM happens in the functions bundling stage so the problem should be on Netlify's side. Please refer to this for more info.
Steps to re-produce
Expected: It should work and deploy new website.
Actual: Build failed due to stack overflow (see below)
Package.json
nuxt.config.js
It works locally, only fails in deployment. I tried to build locally but I got error on the pre-render
sitemap
thing, not the stack overflow error.Removing prerender and build locally works (not sure if this relates).
The text was updated successfully, but these errors were encountered: