401 & 404 error keeps logging the user out of the backoffice
Hi guys - hope you can help me with this issue.
I am getting these 401 & 404 errors on my site running 7.5.8:
I can't trace this to any changes made to the site, and the similar threads I've encountered couldn't help me out.
I contacted the hosting provider thinking that maybe it was a permissions issue, but they said that it was because the app pool reached its memory limit. I tried upgrading our hosting service, but this didn't help either.
I tried running the site locally and the 401 error persisted.
I tried recycling the app pool and the errors persisted.
The logout seems to mostly be triggered when publishing content and especially, when uploading a new media item.
No problem - Could you post the content of the HealthChecks.config
and whether security/keepUserLoggedIn within umbracoSettings is set to true or false?
401 & 404 error keeps logging the user out of the backoffice
Hi guys - hope you can help me with this issue.
I am getting these 401 & 404 errors on my site running 7.5.8:
I can't trace this to any changes made to the site, and the similar threads I've encountered couldn't help me out.
I contacted the hosting provider thinking that maybe it was a permissions issue, but they said that it was because the app pool reached its memory limit. I tried upgrading our hosting service, but this didn't help either.
I tried running the site locally and the 401 error persisted.
I tried recycling the app pool and the errors persisted.
The logout seems to mostly be triggered when publishing content and especially, when uploading a new media item.
Best regards,
Christian
Did you ever find out what was causing this?
Do you have any on publish events in the code behind ?
Nope, nothing unusual at all.
Does it log you out after say 15 minutes or is it after an action ?
It’s as soon as you enter a login it shows a blank screen and a 401 in the console. I’m not at my desk so can’t grab the exact url.
No problem - Could you post the content of the HealthChecks.config and whether security/keepUserLoggedIn within umbracoSettings is set to true or false?
is working on a reply...