Hi,
whenever a session times out I get a strange Exception message:

Has someone an idea where this could come from?
I don’t use sessions and I also do not use the user service (anymore) in this app.
I also did not change the default error handler.
In the development version of the app, it prints “Exception: something went wrong” when I raise an normal Exception.
It seems just to happen when a SessionExpiredError is raised
When I raise SessionExpiredError(“Hello World!”) in the dev version, nothing is printed.
And I also searched the whole app for a single capital H. But couldn’t find one.
