Missing nginx block for graphql
zerosym opened this issue · 1 comments
zerosym commented
There is no corresponding route in the nginx conf for /graphql/v1.
The REST endpoint:
This needs to be replicated with the following for GraphQL endpoint:
location ~ ^/graphql/v1(.*)$ {
The corresponding Kong path:
supabase-on-do/terraform/files/kong.yml.tftpl
Line 106 in 1f8349c
timothymamo commented
Thanks for raising this @zerosym. This has now been added.