Description
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