Hi there! Having some troubles with self-hosted co...
# support-questions-legacy
g
Hi there! Having some troubles with self-hosted core. I believe I've followed all the instructions from your documentation, but still get 404 not found for every single API call to the self-hosted instance. Using it under docker with postgre. The front end is nextjs and for the last two days I've tried github, azure, google, simple password, magic links... and all UI elements work as they should, I think, but calls end up 404, except /hello, which returns "hello". I can see that there are plenty of tables created so I suppose the db is fine. The only errors I see from the container logs are related to the 404s: ERROR | pid: ac5a54bc-fb2f-40f4-bc20-be56685ce85e | [http-nio-0.0.0.0-3567-exec-7] thread | io.supertokens.webserver.api.core.NotFoundOrHelloAPI.handleRequest(NotFoundOrHelloAPI.java:110) | Tenant(, public, public) | Unknown API called: http://localhost:3567/auth/session/refresh ERROR | pid: 1a1e7288-9f2e-46dd-acc1-c6c0eeea0fc8 | [http-nio-0.0.0.0-3567-exec-7] thread | io.supertokens.webserver.api.core.NotFoundOrHelloAPI.handleRequest(NotFoundOrHelloAPI.java:110) | Tenant(, public, public) | Unknown API called: http://localhost:3567/auth/signup I suppose something is still missing but to say the truth the documentation is many places is bit confusing, so would be glad to get some help. Thanks for your time!
10 Views