Strange Exception Message

Hi,
whenever a session times out I get a strange Exception message:
anvil_error_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.

1 Like

Yeah I’ve reported this before.

Happens when the session times out.

Alright @david.wylie, so it’s not me then … happy to hear :slight_smile:

1 Like

I first noticed it here :

oh, ok, Oct 2018. Quite some time ago