Getting 502 when trying out Auth

I'm trying out Supabase Auth again after toying around with it a year ago or so, and when I try to login using the JS sdk I'm getting a 502 error from the upstream server

error: {
    message: 'An invalid response was received from the upstream server',
    status: 502
  }


Any ideas on how to debug what is going on?
Was this page helpful?