adeg
Explore posts from serversCDCloudflare Developers
•Created by adeg on 9/26/2024 in #workers-help
Source map in worker does’t work
I made a hono backend and log the error and stack somewhere in the code.
set upload_source_maps = true in the wrangler.toml and run wrangler deploy
call the API to trigger the error and stack log
You will see the stack trace doesn’t have original file location, but instead it has the bundled js file code location.
How to get the source map to work in worker?
5 replies
CDCloudflare Developers
•Created by adeg on 3/14/2023 in #workers-help
CF workers mtls fetch doesn’t work
hi I had some problem with workers and asked the questions here https://community.cloudflare.com/t/cf-workers-mtls-fetch-doesnt-work/482863 CF workers mtls fetch doesn’t work as expected. How can I debug this? Thanks in advance
4 replies