I'm bummed out hard on "can't connect to core" stuff and I've seen it throughout this discord channel (probably the thing
@piano1029 posted right above me I bet).
Everything's running via docker-compose and I know my app can communicate with supertokens because I have the dashboard installed and I can see it making queries here:
http://localhost:3999/api/auth/dashboard
But, when I try and signup via my FE, I get 404s from my BE. So what's awesome is that I know the requests to my BE work and end up going to supertokens because I get 200s from URLs like:
http://localhost:3999/api/auth/dashboard/api/users/count. But I get 404s from URLs like: POST
http://localhost:3999/api/auth/signup
Why would this happen?