hey all, i'm self-hosting a supabase instance and ...
# help
c
hey all, i'm self-hosting a supabase instance and trying to figure out the proxy set up i need in order to make rest api requests from the JS client
n
Hello @casualgardener! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
c
right now i get ECONNREFUSED on 80 and 443, i've tried installing nginx and following this guide https://www.vultr.com/docs/how-to-install-supabase-on-ubuntu-20-04 so i've installed a cert and changed the url to http and https in my test js
nmap shows 8000 up and 8443 up for http-alt and https-alt
update: i switched to traefik and now i get a 404 not found error
this is the relevant issue
solved! needed to change the url to http://my_url.com:8000 from http://my_url.com