You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After enabling the User Time Zone feature, the site hangs and no longer responds to new requests.
Orchard Core version
2.1, 2.1.1
To Reproduce
Clone the repo
Start the OrchardCore.Cms.Web project
Use the default recipe and complete setup
Login and go to the Features admin page
Enable the User Time Zone feature
The site hangs
Expected behavior
The site should continue to function, but with the user time zone feature enabled.
Logs and screenshots
After the site hangs, I can break in the debugger and inspect the call stack. It's truncated by VS to about 4000 call sites. This is repeated on the call stack over and over:
That repeated section of call stack includes this:
and this:
The text was updated successfully, but these errors were encountered:
Describe the bug
After enabling the User Time Zone feature, the site hangs and no longer responds to new requests.
Orchard Core version
2.1, 2.1.1
To Reproduce
Expected behavior
The site should continue to function, but with the user time zone feature enabled.
Logs and screenshots
After the site hangs, I can break in the debugger and inspect the call stack. It's truncated by VS to about 4000 call sites. This is repeated on the call stack over and over:
That repeated section of call stack includes this:
and this:
The text was updated successfully, but these errors were encountered: