I'm using AllAuth in django 3.2. On my local server I have my project/app running successfully inside a Docker container. I then deployed this project to a server via Dokku (a SasS container based on Heroku). I cannot get passed the sign up or login for my app. I get errors/warnings that "
Your models in app(s): 'account' have changes that are not yet reflected in a migration". This is after the app has done its inital migrations and nothing new is changed.
I can run makemigrations and this seems to work successfully. I then run migrate, which also appears to work, but then the error comes up again.
I'm at a loss as to what to do, other than not use AllAuth.