- npm run build works on local but got this error when deploying
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory- I got 404 after deployment finished
- my avatar got 404
Nuxt Image doesn’t seem to be directly compatible with Netlify, so I used directly for static directory.
- environment variables
I have failed to access environment variables on Netlify many times. It turns out that I needed to add "NUXT_ENV". solution works for me
-
Unchecked runtime.lastError: The message port closed before a response was received.
-
Got "Cross-Origin-Opener-Policy policy would block the window.close call." when logging with Google.
-
Article Categories
-
Article Outline
-
Message Board
-
Session Storage
- Nuxt JS
- Tailwind CSS
- Vue
- Nuxt Content Module
- Shiki JS ES
- Google firebase: firestore, auth
git clonethis repo or click onUse this templatebutton.cdinto the project directory.- Run
yarn installto install the dependencies. - Run
yarn devto start the development server.