I have installed metasfresh using Docker. I am using nginx-proxy to do the tls certificate handling on the front end. When javascript resources are fetched from the api they are returned with the incorrect CORS headers.
EG. “/rest/api/login/availableLanguages” is returned with “access-control-allow-origin
http://localhost:3000” consequently the browser will not process the javascript and I cannot login. Is there a way to fix this? I tried rummaging around in web-ui and web-api containers but no luck.
thanks