Painguin | Tiến
Painguin | Tiến
Explore posts from servers
CDCloudflare Developers
Created by Painguin | Tiến on 4/9/2024 in #general-help
Dashboard authentication error 1001
Happening for everybody else in my org as well, issue is harmless, but is very annoying
8 replies
CDCloudflare Developers
Created by Painguin | Tiến on 4/9/2024 in #general-help
Dashboard authentication error 1001
Nah issue still happening
8 replies
CDCloudflare Developers
Created by Painguin | Tiến on 4/9/2024 in #general-help
Dashboard authentication error 1001
I have tried clearing the browser cache & the issues is still happening
8 replies
CDCloudflare Developers
Created by Painguin | Tiến on 4/8/2024 in #workers-help
Worker calling it self
else would get an error that "the-worker-name" does not exist
5 replies
CDCloudflare Developers
Created by Painguin | Tiến on 4/8/2024 in #workers-help
Worker calling it self
since I need to first deploy an empty worker
5 replies
CDCloudflare Developers
Created by Painguin | Tiến on 4/8/2024 in #workers-help
Worker calling it self
feels kinda hacky
5 replies
CDCloudflare Developers
Created by Painguin | Tiến on 4/8/2024 in #workers-help
Worker calling it self
Okay so for the service binding am I suppose to do this?
[[services]]
binding = "THIS"
service = "the-worker-name"
[[services]]
binding = "THIS"
service = "the-worker-name"
5 replies
CDCloudflare Developers
Created by Painguin | Tiến on 3/1/2024 in #workers-help
Web socket 404 error when deployed
This is definitely a bug with the worker runtime so have created this GH issue here: https://github.com/cloudflare/workerd/issues/1751
5 replies
CDCloudflare Developers
Created by Painguin | Tiến on 3/1/2024 in #workers-help
Web socket 404 error when deployed
My application is running on port 8182 which I've explicitly specified in the url new WebSocket('wss://someurl.com:8182/somepath'). There's also a normal http webapp running on port 80. Seems like there's a major bug with the worker ignoring the port number and use 80 instead, resulting a 404 error. This is only true for deployed worker.
5 replies
CDCloudflare Developers
Created by Painguin | Tiến on 3/1/2024 in #workers-help
Web socket 404 error when deployed
Tested from several other application including Postman WS, and this problem is exclusive to "deployed" cloudflare worker
5 replies
CDCloudflare Developers
Created by Painguin | Tiến on 3/1/2024 in #workers-help
Web socket 404 error when deployed
Like when running wrangler dev, this work perfectly fine in local mode but as soon as I turn local mode off I'll get the 404 error. So could be an issue specifically with cloudflare
5 replies
CDCloudflare Developers
Created by Painguin | Tiến on 2/23/2024 in #workers-help
KV calls limit from worker
thank you, how can I do this from within a worker?
4 replies