Supabase crashes heroku server
When uploading my server to heroku, supabase seems to crash the application with the error:
On my local machine, everything works fine. I'm using
in my server to perform db queries as described in the documentation. The env variables seem to be configured correctly in my .env otherwise it wouldn't work locally.
What could be the problem here?
On my local machine, everything works fine. I'm using
in my server to perform db queries as described in the documentation. The env variables seem to be configured correctly in my .env otherwise it wouldn't work locally.
What could be the problem here?
