Alex Whitney
Alex Whitney
I just tried to add this to compose file and it is not passing the health check.
+2 for this. I would definitely like this. would like to tag files that are being uploaded.
I am also running into this issue. I have my instance running behind a Caddy reverse proxy. I have tried setting ```SERVER_URL=http://crm.mydomain.com:3000``` by itself. ```FRONT_BASE_URL``` and ```SERVER_URL``` and both with...
I have also tried hard coding ```FRONT_BASE_URL``` and ```SERVER_URL```. Seems the localhost isnt being changed somewhere? or being called somewhere? Definitely wouldn't call this closed even if it's not reproducible...
I was able to get rid of the CORS issue. it seems that referenced volumes were not being updated when changing the URL values. after deleting the volumes and recreating...
stopping the containers, removing old volumes and setting ```SERVER_URL``` to ```https://crm.mydomain.com``` without ```:3000``` seems to have worked. my question is why it happened in the first place as my SERVER_URL...