Sometimes during development my javascript fetch requests fail with no error message other than “Load failed”
I guess WKWebView is hiding the particulars of the error from the JavaScript context for security reasons
The error is probably to do with ATS, TLS restrictions, Entitlements, or other network configuration or communication problems on the iOS side.
How can I check what the real causes of these errors are?