-
-
Notifications
You must be signed in to change notification settings - Fork 376
CORS Problem after deploying docker separately question #541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @DxMikel, The issue is likely that you have not updated the Thanks for flagging this, as the information was missing from the docs. I've updated the docs. |
Hi @daveearley, frontend env variables backend env even I try to change frontend variable to but another issue is happening and don't know why and when this happen on database I don't have any user create also looking for another backend env I add both and cors issue still appearing still don't know what env variable I misconfigured |
Uh oh!
There was an error while loading. Please reload this page.
Using documentation for deploy on docker separately I create both docker images and running put all de environments as described but when finish configurate an error appears after looking for console dev tools realize I have CORS Error what am I doing wrong with configuration or did I misunderstand something on variable?
I am using latest docker version for both
environment for backend:
APP_KEY=base64:G/ZFls3t
APP_SAAS_MODE_ENABLED=true
APP_FRONTEND_URL=https://evento.gymbalalai.com
APP_SAAS_STRIPE_APPLICATION_FEE_PERCENT=1.5
FILESYSTEM_PUBLIC_DISK=public
FILESYSTEM_PRIVATE_DISK=local
JWT_SECRET=ewb9o
LOG_CHANNEL=stderr
DB_CONNECTION=pgsql
DB_HOST=
DB_PORT=5432
DB_DATABASE=postgres
DB_USERNAME=postgres
DB_PASSWORD=
environment for frontend:
VITE_FRONTEND_URL=https://evento.gymbalalai.com
VITE_API_URL_CLIENT=https://eventoback.gymbalalai.com/api
VITE_API_URL_SERVER=https://eventoback.gymbalalai.com/api
The text was updated successfully, but these errors were encountered: