When I am running localhost it was good, when I am building to dev using this command "npm run build" I got the dist folder.
Once I deployed it then my domain is not loading.
Local host is working fine, when I am deploying the dist folder inside content everything into NGNIX server it was not laoding.
i also had the same issue with my site Snapseed QR Codes later i bought a domain designed the site and then migrated it to a real domain you may try the same if it worked for you best of luck
Hello
It sounds like the issue lies in how your application is configured for deployment versus your local development environment. Ensure your Nginx server is correctly configured to serve the static files from the dist folder within your content directory. Check your Nginx configuration file for the root directive and any rewrite rules that might be necessary for your application's routing.
Hi
Could you please check this for React deployment?
https://create-react-app.dev/docs/deployment/#building-for-relative-paths
Thanks
Hi
May I know which application and Metronic version are you using? Was it React?
Thanks
I am using below version.
"name": "metronic-tailwind-react",
"version": "9.1.2"