I'm bummed out hard on "can't connect to core" stu...
# support-questions-legacy
o
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?
r
Hey @oldhack1364
Can you enable backend debug logs and show me the output when you make an api call from the frontend that returns a 404?
o
Hey @rp_st, thanks for the reply, it must've been a docker issue, got it all going now
5 Views