Getting network errors when trying to authenticate when running app with remote database locally

I'm currently trying to test out some functionality locally that requires using the production database - I'm proxying requests to to a localhost port and can access the right data for sure (I can see it when I run wasp db studio)

The specifc error I get is "ERR_CONNECTION_REFUSED"
Was this page helpful?