Discourse homepage errors on Firefox mobile

When I go directly to https://discuss.python.org, I get this error page.

If I go to any other page in the python discourse, and then back to the discourse home page, I get this error.

Could this be fixed, please?

Firefox mobile details

114.2.0 (Build #2015957435), f986bd245f+
GV: 114.0.2-20230619081400
AS: 114.1

The errors do not seem to happen on Chrome mobile, nor on any desktop browser. If I turn on “desktop site” in Firefox mobile, I also don’t get the errors.

I can’t reproduce.

I also cannot repro logged out on Firefox Mobile (Android, of course) with the identical details as yours, navigating directly to the home page as well as to other pages and back, either via site navigation or forward/back.

“Detailed information about the error was logged”. Can this be found in the logs somewhere?

I managed to get a curl command that reliably creates the “Oops” error on the home page.
It seems to have something to do with my login cookie. I can probably fix this by clearing cookies for discuss.python.org.

Before I clear my cookies and login again, are you interested in the curl command?
If so, is there some way I can share that privately due to the login cookie?

curl 'https://discuss.python.org/' \
  -H 'User-Agent: Mozilla/5.0 (Android 12; Mobile; rv:109.0) Gecko/114.0 Firefox/114.0' \
  -H 'Cookie:  _t=xxx'

Has anyone else managed to successfully reproduce using this command?