Hi! I just tried out the Redash one-click-deploy. It is failing every time.
Web is responding with:
Internal Server Error (500)
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
And the server logs say:
Feb 3 05:11:25 PM [2021-02-04 01:11:25,550] ERROR in app: Exception on /login [GET]
Feb 3 05:11:25 PM Traceback (most recent call last):
[…python traceback…]
ProgrammingError: (psycopg2.ProgrammingError) relation “organizations” does not exist
Feb 3 05:11:25 PM LINE 2: FROM organizations
Feb 3 05:11:25 PM ^
Feb 3 05:11:25 PM [SQL: ‘SELECT organizations.updated_at AS organizations_updated_at, organizations.created_at AS organizations_created_at, organizations.id AS organizations_id, organizations.name AS organizations_name, organizations.slug AS organizations_slug, organizations.settings AS organizations_settings \nFROM organizations \nWHERE organizations.slug = %(slug_1)s \n LIMIT %(param_1)s’] [parameters: {‘slug_1’: ‘default’, ‘param_1’: 1}] (Background on this error at: http://sqlalche.me/e/f405)
Feb 3 05:11:25 PM [2021-02-04 01:11:25,551][PID:17][INFO][metrics] method=GET path=/login endpoint=redash_login status=500 content_type=? content_length=-1 duration=4.75 query_count=0 query_duration=0.00
Any help is appreciated!