Help interpreting error messages from Safari Web Inspector

Hello, I have been having issues with my app’s performance on IOS. The app has been spontaneously reloading, and sometimes gives the error, “a problem repeatedly occurred.” I’m not the first one to have the problem.

I’ve been doing a bunch of things to streamline the app. And I’m also looking for problem areas.

I connected my phone to my laptop and used the Web Inspector to take a peak under the hood. I get 3 “source map loading errors.” If I click on the first one, it opens in a browser with this:
———————–
{
“error_class”: “ClientError”,
“args”: {
“code”: “1757650497503x408106435794590700”
},
“message”: “Invalid request: see error code for details”
}

———————–

I have no idea what to do with this info. Does anyone have any advice?