Errors in production attempting to hit localhost #549
Unanswered
jollygreenegiant
asked this question in
Q&A
Replies: 1 comment 5 replies
-
How do you call Supabase functions? This looks like the coroutine scope you are calling the functions from was cancelled. I think Ktor tries to reach localhost in case of some failure. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting the following error in production:
It seems to be happening to users intermittently - some have reported it happens all the time, some say they've been able to restart or reinstall the app and that seems to fix it, and I haven't been able to track down a cause.
It seems odd to me that the error includes
localhost
- I don't think I have a reference to that anywhere in my app and it should never be hitting anything but the remote server.Any ideas what might be causing this?
cc @jan-tennert
Beta Was this translation helpful? Give feedback.
All reactions