-
|
Hi, I have deployed a very simple fastapi app built using fastapi-users, tortoise-orm and postgres. I tested everything on my local machine and everything worked fine. I added a start event to create a verified superuser. I then deployed the app using docker and traefik on a vps, but all the routes that used the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I already found the problem, this thread can be deleted |
Beta Was this translation helpful? Give feedback.
-
The problem was that my secret key was generated from a function and changed with every update of my server. |
Beta Was this translation helpful? Give feedback.
I already found the problem, this thread can be deleted