api gives me 404 for everything #104

Closed
opened 2026-02-16 12:51:27 -05:00 by yindo · 1 comment
Owner

Originally created by @Fjox on GitHub (May 5, 2025).

api-1      |  INFO  rocket::server                                                   > POST /api/auth/account/create application/json:
api-1      |  ERROR rocket::server::_                                                > No matching routes for POST /api/auth/account/create application/json.
api-1      |  WARN  rocket::server::_                                                > No 404 catcher registered. Using Rocket default.
api-1      |  INFO  rocket::server::_                                                > Response succeeded.

api-1      |  INFO  rocket::server                                                   > POST /api/auth/account/reverify application/json:
api-1      |  ERROR rocket::server::_                                                > No matching routes for POST /api/auth/account/reverify application/json.
api-1      |  WARN  rocket::server::_                                                > No 404 catcher registered. Using Rocket default.
api-1      |  INFO  rocket::server::_                                                > Response succeeded.
Originally created by @Fjox on GitHub (May 5, 2025). ``` api-1 | INFO rocket::server > POST /api/auth/account/create application/json: api-1 | ERROR rocket::server::_ > No matching routes for POST /api/auth/account/create application/json. api-1 | WARN rocket::server::_ > No 404 catcher registered. Using Rocket default. api-1 | INFO rocket::server::_ > Response succeeded. api-1 | INFO rocket::server > POST /api/auth/account/reverify application/json: api-1 | ERROR rocket::server::_ > No matching routes for POST /api/auth/account/reverify application/json. api-1 | WARN rocket::server::_ > No 404 catcher registered. Using Rocket default. api-1 | INFO rocket::server::_ > Response succeeded. ```
yindo closed this issue 2026-02-16 12:51:27 -05:00
Author
Owner

@Fjox commented on GitHub (May 5, 2025):

needed to get rid of /api from the url...

incase anyone has that problem with nginx look at the awnser of https://stackoverflow.com/questions/33218367/nginx-proxy-pass-remove-path-prefix-resolve-dns

@Fjox commented on GitHub (May 5, 2025): needed to get rid of /api from the url... incase anyone has that problem with nginx look at the awnser of https://stackoverflow.com/questions/33218367/nginx-proxy-pass-remove-path-prefix-resolve-dns
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#104