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
On the last page of the setup, I get An error has occurred and this resource cannot be displayed. when creating a new user. PHP logs just show me "POST " 500 despite enabled DEBUG mode.
During php artisan app:install I see the following errors in postgres logs (not sure how critical they are):
postgres_1 | ERROR: relation "settings" does not exist at character 29
postgres_1 | STATEMENT: select "name", "value" from "settings"
I'm using separate php and nginx images for cachet (2.3.11):
https://github.com/wodby/cachet
https://github.com/wodby/cachet-nginx
On the last page of the setup, I get
An error has occurred and this resource cannot be displayed.
when creating a new user. PHP logs just show me"POST " 500
despite enabled DEBUG mode.During
php artisan app:install
I see the following errors in postgres logs (not sure how critical they are):My .env file:
What could be the issue here? How can I enable more detailed logging?
The text was updated successfully, but these errors were encountered: