Replies: 1 comment 6 replies
-
Does the SQLite example work for you independent of your application? Regarding your application, if the migration is succeeding then it's strange you'd see such an error. Are you sure the migration is working as expected? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we get some errors in our application after the switch from axum sessions to tower sessions.
This is our init of the session store that is called once on server startup.
failed to save session err=error returned from database: (code: 1) no such table: tower_sessions
error=error returned from database: (code: 1) no such table: tower_sessions
these are our error logs we receive all the time.
Does anybody have an Idea or hint what the problem may be?
Beta Was this translation helpful? Give feedback.
All reactions