serrf
serrf
CDCloudflare Developers
Created by serrf on 3/28/2024 in #pages-help
unable to read wrangler.toml file with code: 1
Ok I got it. If it can help someone: I just added [env.production] in my wrangler.toml
3 replies
CDCloudflare Developers
Created by DaniFoldi on 12/5/2022 in #workers-discussions
Logs & Websockets
Enabling workers.dev fixed the logging issue
26 replies
CDCloudflare Developers
Created by DaniFoldi on 12/5/2022 in #workers-discussions
Logs & Websockets
Thanks, I will try later
26 replies
CDCloudflare Developers
Created by DaniFoldi on 12/5/2022 in #workers-discussions
Logs & Websockets
I cannot test right now but might be this!
26 replies
CDCloudflare Developers
Created by DaniFoldi on 12/5/2022 in #workers-discussions
Logs & Websockets
I never experienced any issue in logs since wrangler 2.1
26 replies
CDCloudflare Developers
Created by DaniFoldi on 12/5/2022 in #workers-discussions
Logs & Websockets
Maybe a more global issue
26 replies
CDCloudflare Developers
Created by DaniFoldi on 12/5/2022 in #workers-discussions
Logs & Websockets
Yes
26 replies
CDCloudflare Developers
Created by DaniFoldi on 12/5/2022 in #workers-discussions
Logs & Websockets
Nope not in the UI, not via wrangler tail
26 replies
CDCloudflare Developers
Created by DaniFoldi on 12/5/2022 in #workers-discussions
Logs & Websockets
Hello, I have no logs anymore. I recently updated to wrangler 2.5.0
26 replies
CDCloudflare Developers
Created by serrf on 11/21/2022 in #d1-database
Wow thank you for this fast answer 😊
Haha ok, I'll just use neon.tech or supabase for the DB right now; then I'll migrate to D1.
16 replies
CDCloudflare Developers
Created by serrf on 11/21/2022 in #d1-database
Wow thank you for this fast answer 😊
@tomsherman By any chance, do you know if Page service is as flexible as Worker service? Can I use the wrangler.toml all alone to describe my resources and deploy?
16 replies
CDCloudflare Developers
Created by serrf on 11/21/2022 in #d1-database
Wow thank you for this fast answer 😊
Nice thank you
16 replies
CDCloudflare Developers
Created by serrf on 11/21/2022 in #d1-database
Wow thank you for this fast answer 😊
No problem 😉
16 replies
CDCloudflare Developers
Created by serrf on 11/21/2022 in #d1-database
Wow thank you for this fast answer 😊
Yes I guess I’ll do that. Just need to check if service binding can be done on page (which I know nothing about)
16 replies
CDCloudflare Developers
Created by serrf on 11/21/2022 in #d1-database
Wow thank you for this fast answer 😊
16 replies
CDCloudflare Developers
Created by serrf on 11/21/2022 in #d1-database
Wow thank you for this fast answer 😊
Actually, the fix you mentioned is for a Page issue, and I'm using Workers so I already have my wrangler.toml file containing the { binding = "MAIN_DB", database_id = "<ignored>", database_name = "db_name" }; this is not a workaround for workers, it is the way it should work (doc: https://developers.cloudflare.com/d1/get-started/#4-bind-your-worker-to-your-d1-database) Anyone achieved to use a D1 instance locally, on some real web app (Next|Remix) inside a worker using wrangler dev --local --persist?
16 replies