Hello!
My .Net application works very unstable. When I doing usual requests it denies access or returns to Login pages even if I logged in and loops a return url. But sometimes it works fine.
So I can’t understand the pattern of this unstable behaviour.
Here is what usually I see after my requests:
And my Network tab. After redirection to Details page it tries to check if I’m logged in (I am logged in btw), assumes that I’m not logged in and just redirects me to Access denied page:
I’m using a Hobby plan. App is running in two machines with two volumes + connected to postgres db.
Please help me solve this problem.