Closed hiepnh610 closed 3 years ago
How did you deploy the service?
@shadowwalker I am using cloudflare to config my domain(DNS, HTTPS). The static file I push to GCR and using GKE to serve them.
@shadowwalker This was my mistake. I forgot copy the public folder in to the Dockerfile.
Hi,
I was using Next PWA to generate my project. Everything work fine on the local.
But when I deploy my project to the production. I cannot get the things in public folder. Such as: favicon, icon and sw.js file.
This is my domain: https://parley-hub.com
When I open the devtool. I get some errrors like this.
My structure folder:
And my
_app.tsx
next.config.js
Anyone has experience on this issue. Please help me.
Thanks to all of you!