wooden-manchester-10758
07/25/2022, 6:04 PM{"error":{"code":500,"status":"Internal Server Error","message":"ERROR: column \"metadata_admin\" of relation \"identities\" does not exist (SQLSTATE 42703)"}}
I couldn't find any real documentation as to why, so I'm hoping someone else can point me in the right direction
There are a few small changes between dev+prod that might have had an effect?
• my serve.public.base_url
needs to end in /auth
(ie. not relative to the root)
• I'm using postgres, and I want the schema in production to be kratos
, so I use &search_path=kratos
in the DSN (as suggested somewhere in the docs)wooden-manchester-10758
07/25/2022, 6:38 PM