Open AmsellemJoseph opened 1 year ago
I get the 403 as well, with CORS error.
@AmsellemJoseph @mgmorcos it seems like the new Ubuntu image is more peculiar about CORS issues. Proper fix may involve something like this but particular to the image we are using
If you are looking to connect to an external DB that is not DuckDB/Mother Duck, replacing the evidencedev/devenv
image with evidencedev/devenv-lite should do. I just tested this out with an external big query connection and it works
Hi @ud3sh thank you for taking a look. This workaround did not resolve the issue for me, I still see 403's.
hey @ud3sh, thanks for your response, but I have the same issue with 403... I'm already use a reverse proxy NGINX, but event when adding
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Methods' 'GET,POST,OPTIONS,PUT,DELETE,PATCH';
I still have this issue. thx a lot for your job and your responses.
Hey, I'm facing for a new issue.
I deployed evidence with docker compose, and everything seems ok, but when I'm going to settings to change database, when I choose postgres or else, I put my credentials, when I save them, I got a 403 forbidden error, and on log from chrome I have this:
But when I'm clickin on thus url i get this:
here is my docker-compose file:
Thx a lot for your work and for your responses 😊