Further testing shows this bug is a complete showstopper for me: sometimes the exception is raised in Session.UnhandledException, which means I can quit the Session (knocking that one user offline) but the WebApp keeps running.
However, sometimes the exception is being raised in App.UnhandledException. I tried ignoring these, but that causes some sort of infinite loop where the exception keeps getting raised over and over again.
The only solution seems to be killing the app at that point.
This is bad enough I’m going to have to revert to an older Xojo version, since I can’t use 2020R2.1 in production with these issues.
Last time I read something about this issue on the forum Xojo was handling things by email to work out specific bumps in the road. Try reaching out to hello@xojo.com to see if there’s anything they can resolve.