snypy / snypy-docker

Docker setup for running SnyPy
MIT License
34 stars 3 forks source link

Missing CORS header preventing login #27

Closed pommetjehorlepiep closed 3 months ago

pommetjehorlepiep commented 9 months ago

Following the instructions using docker compose to start SnyPy on Docker leads to a running version of SnyPy, but am not able to login using 'admin' / '12345678!'.

Reason being, that CORS headers are missing...

This is basically after following the Setup Instructions as per https://github.com/snypy/snypy-docker#setup-application and disabling SENTRY

image

nezhar commented 6 months ago

Did you configured the CORS_ORIGIN_WHITELIST in your docker-compose.override.yml?

An exmaple can be found here

nezhar commented 3 months ago

Since I cannot reproduce this issue I'm going to close it.