https://supertokens.com/ logo
Title
o

oldhack

11/23/2022, 6:10 PM
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

rp

11/24/2022, 4:15 AM
Hey @oldhack
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

oldhack

11/24/2022, 11:41 PM
Hey @rp, thanks for the reply, it must've been a docker issue, got it all going now