All authenticated-user storage uploads to my public bucket "property-photos-v2" return 503 with body: {"statusCode":"503","error":"DatabaseInvalidObjectDefinition","message":"The database schema is invalid or incompatible."} #46117
Unanswered
NiharikaDash-AutomationTest
asked this question in
Questions
Replies: 1 comment
-
|
Do the postgres/storage logs highlight anything? There was a similar issue in Supabase discord thread https://discord.com/channels/839993398554656828/1499260918528213012/1499426986957869117 which a user managed to resolve otherwise you might need to reach out to support in order to get a resolution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ISSUE:
All authenticated-user storage uploads to my public bucket "property-photos-v2"
return 503 with body:
{"statusCode":"503","error":"DatabaseInvalidObjectDefinition","message":"The database schema is invalid or incompatible."}
REPRODUCTION:
WHAT I'VE VERIFIED:
INSERT/SELECT/UPDATE/DELETE for authenticated role, only check bucket_id
The error appears to be specific to my prod project's Storage service.
Could you check the platform-level state of Storage for this project?
Beta Was this translation helpful? Give feedback.
All reactions