79571175

Date: 2025-04-13 03:37:01
Score: 0.5
Natty:
Report link

It's solved. Eventually I arranged a mobile emulator in order to access web inspector, and saw that actual error was an unrelated logging error inside of the client query method. It was surfaced as unhandled Promise rejection, which I think is because the innermost catch included a logger method that was also failing.

A mistake in my logger assumed structure of the error call stack that was different between browsers, hence the inconsistent behavior.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: owengall