Multi Schema Configuration Not Working #3702
Unanswered
NickEmpetvee
asked this question in
Q&A
Replies: 2 comments 10 replies
-
Hi, what version of PostgREST are you using? IIRC this is related to issue #3660, which was fixed in v12.2.3. |
Beta Was this translation helpful? Give feedback.
5 replies
-
How is |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I have the following setup in my postgrest.conf, and Postgrest was restarted after the edit:
When I issue a curl in a Windows CMD shell:
curl http://localhost:14300/todos -H "Accept-Profile: api2"
The below error results:
{"code":"42501","details":null,"hint":null,"message":"permission denied for schema api"}
It's not looking in api2. Any suggestions? Thanks so much in advance.
Beta Was this translation helpful? Give feedback.
All reactions