You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm not able to login with the admin user in a docker installation.
Whenever I type the credentials I get the message "invalid credentials"
both server containers and frontend containers works normaly. I can, for example, create a new user from frontend. But without login as admin, I get my hands tied 😢
#DATABASE_URL=postgresql:///oevent
#DATABASE_URL=postgresql://open_event_user:opev_pass@localhost:5432/oevent
#TEST_DATABASE_URL=postgresql:///opev_test
# TEST_DATABASE_URL=postgresql://open_event_user:opev_pass@localhost:5432/opev_>
SECRET_KEY=secret
INTEGRATE_SOCKETIO=false
# If using fast docker test DB, uncomment following line
# TEST_DATABASE_URL=postgresql://test@localhost:5433/test
#APP_CONFIG=config.DevelopmentConfig
POSTGRES_USER=open_event_user
POSTGRES_PASSWORD=opev_pass
POSTGRES_DB=open_event
FLASK_APP=app.instance
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm not able to login with the admin user in a docker installation.
Whenever I type the credentials I get the message "invalid credentials"
both server containers and frontend containers works normaly. I can, for example, create a new user from frontend. But without login as admin, I get my hands tied 😢
here is my docker-compose.yml
and here my .env
The text was updated successfully, but these errors were encountered: