Relisora
Explore posts from serversCDCloudflare Developers
•Created by Relisora on 4/26/2024 in #workers-help
Worers outcome: canceled
What surprised me was that the "canceled" log appeared immediately. I'm not sure how this logging is done, but I had that log appear before the client call timed out
9 replies
CDCloudflare Developers
•Created by Relisora on 4/26/2024 in #workers-help
Worers outcome: canceled
I tried connecting through hyperdrive but I had the same issue
9 replies
CDCloudflare Developers
•Created by Relisora on 4/26/2024 in #workers-help
Worers outcome: canceled
No worries 😄
9 replies
CDCloudflare Developers
•Created by Relisora on 4/26/2024 in #workers-help
Worers outcome: canceled
No, I'm connecting to a supabase database without their js sdk (using pg instead)
9 replies
CDCloudflare Developers
•Created by Relisora on 4/26/2024 in #workers-help
Worers outcome: canceled
When it happened to me I saw that the requests I was waiting for an answer were the ones that were logged as cancelled from wrangler logs
I am getting user reports notifying me that they have the same problem, but I am guessing it's happening locally on their closest edge node, because when it happens to them my website loads just fine.
I can only reproduce when it happens to me directly
9 replies
CDCloudflare Developers
•Created by Relisora on 4/26/2024 in #workers-help
Worers outcome: canceled
Then if I hit refresh it keeps not loading for 1 - 2 minutes, until at some point everything is good again
9 replies
CDCloudflare Developers
•Created by Relisora on 4/26/2024 in #workers-help
Worers outcome: canceled
Yes sometimes my website doesn't load at all because it's waiting for those requests. On the client side they look like they're timing out
9 replies
CDCloudflare Developers
•Created by Relisora on 4/26/2024 in #workers-help
Worers outcome: canceled
Every route is prone to fail, here the example of one :
And here is an error linked to that route:
Note that sometimes the status is 0 and sometimes it's 200 but the Outcome is always canceled
9 replies