In the /config/server.js file you might have
host: env(‘HOST’, ‘0.0.0.0’),
Replace with the IP of the server and don’t forget to stop and restart npm run develop.
In the /config/server.js file you might have
host: env(‘HOST’, ‘0.0.0.0’),
Replace with the IP of the server and don’t forget to stop and restart npm run develop.