When I deploy to firebase this is what I get in the logs and the main.css and main.js can’t be found. Nothing displays in the webapp site
this is part of my index.html
title
script defer=”defer” src=”/static/js/main.js”
link href=”/static/css/main.css” rel=”stylesheet”
enter image description here
The app will be deployed. Already performed npm run build and firebase deploy
Google Cloud Console Query Logs:
Error: Could not find a production build in the workspace.next directory. Try building your app with ‘next build before starting the production server
Headers:
Request Method: GET
Status Code: 500 Internal Server Error (from disk cache)
Exia234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.