I changed my FRONTEND_URL to a production URL and when I try to visit the site, I get the following error
Blocked request. This host ("https://Productionurl.com") is not allowed.
To allow this host, add " https://Productionurl.com" to server.allowedHosts in vite.config.js.
I also noticed that there is no log action (Docker Compose) when hitting that error.
I changed my FRONTEND_URL to a production URL and when I try to visit the site, I get the following error
Blocked request. This host ("https://Productionurl.com") is not allowed.
To allow this host, add " https://Productionurl.com" to
server.allowedHostsin vite.config.js.I also noticed that there is no log action (Docker Compose) when hitting that error.