i have deployed my django app in heroku.
my django code uses auth0 authentication.
it’s authentication fine, but out of nowhere i get the error
social_core.exceptions.AuthStateMissing: Session value state missing
and all subsequest authentication requests are failing with same message.
can someone help me