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
@moshloop Thank you, Looking at the response body gave me the valid error.
{"code":"42501","details":null,"hint":null,"message":"permission denied to set role \"postgrest_anon\""}
This all started once I migrated to PostgreSQL. The issue was the postgrest_anon role was missing login rights.
Executing the following on the DB solved the issue
GRANT postgrest_anon TO canaryadmin;
I assume this is the wrong area for this issue as this would now be related to canary checker but isn't the canary checker app responsible for creating this role when it sets up the database on first start? Shouldn't the app be doing this for me?
What is the value of --db-migrations / db.runMigrations - It should attempt to grant the roles on startup. Are there any errors in the logs on startup ?
I am running latest release of UI v1.0.820 and of canary checker v1.1.0-rc2 but I still cannot open details modal for any check it still returns a 401
I have opened an issue before for this and it was supposed to be resolved but I have yet been able to get this to work.
Previous issue was #2275
The text was updated successfully, but these errors were encountered: