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
followed instructions on https://postgrest.org/en/v8.0/tutorials/tut0.html . Not using docker image but previuosly installed PostgreSQL 14.0 server, which runs as intended in all other respects as far as I can tell. After starting PostgREST with this conf.
I have applied the various db-anon-roll and schema etc. as outlined in tutorial. It all appears OK. However when I navigate to the URI -> http://192.168.50.140:43000/ (also used localhost and 127.0.0.1 etc.) I get these responses;
{"hint":null,"details":"Custom parameter names must be two or more simple identifiers separated by dots.","code":"42602","message":"invalid configuration parameter name \"request.header.upgrade-insecure-requests\""}
[Refresh]
{"hint":null,"details":"Custom parameter names must be two or more simple identifiers separated by dots.","code":"42602","message":"invalid configuration parameter name \"request.header.cache-control\""}
Client does not appear to matter, Chrome, Firefox, CURL, PostWoman etc.
I am not sure if it is a bug per se or some misconfiguration on my side but some guidance on what to do next would be
appreciated.
The text was updated successfully, but these errors were encountered:
Environment
Description of issue
followed instructions on https://postgrest.org/en/v8.0/tutorials/tut0.html . Not using docker image but previuosly installed PostgreSQL 14.0 server, which runs as intended in all other respects as far as I can tell. After starting PostgREST with this conf.
I have applied the various db-anon-roll and schema etc. as outlined in tutorial. It all appears OK. However when I navigate to the URI -> http://192.168.50.140:43000/ (also used localhost and 127.0.0.1 etc.) I get these responses;
{"hint":null,"details":"Custom parameter names must be two or more simple identifiers separated by dots.","code":"42602","message":"invalid configuration parameter name \"request.header.upgrade-insecure-requests\""}
[Refresh]
{"hint":null,"details":"Custom parameter names must be two or more simple identifiers separated by dots.","code":"42602","message":"invalid configuration parameter name \"request.header.cache-control\""}
Client does not appear to matter, Chrome, Firefox, CURL, PostWoman etc.
I am not sure if it is a bug per se or some misconfiguration on my side but some guidance on what to do next would be
appreciated.
The text was updated successfully, but these errors were encountered: