Skip to content

Creating an API for postgres database by using postgREST, CURL -Reg #3657

Discussion options

You must be logged in to vote

Please ask support questions like this in the "Discussions" section and not create new Issues for them. I moved the issue over to the Q & A discussion section.


{"code":"PGRST302","details":null,"hint":null,"message":"Anonymous access is disabled"}

The message tells you that you can not access the api without authenticating.

You also have a PGRST302 error code, which you can look up here: https://docs.postgrest.org/en/v12/references/errors.html#group-3-jwt

This will point you to the right configuration option there.

You should also consider finishing the two tutorials we have:

Th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sureshbellamkonda96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3656 on July 12, 2024 09:40.