digitalocean/supabase-on-do

Missing nginx block for graphql

zerosym opened this issue · 1 comments

There is no corresponding route in the nginx conf for /graphql/v1.

The REST endpoint:

location ~ ^/rest/v1/(.*)$ {

This needs to be replicated with the following for GraphQL endpoint:
location ~ ^/graphql/v1(.*)$ {

The corresponding Kong path:

Thanks for raising this @zerosym. This has now been added.