#Getting {"status":500,"unhandled":true,"message":"HTTPError"} when deploying to Cloudflare.
4 messages · Page 1 of 1 (latest)
I found a "not so technical" fix for this problem. it mainly prevents the HMR update as soon as it picks up any error. as my VSCode was set for auto save, the preview was capturing the error rather than waiting for the writing to be finished. though it worked for VSCode, I think other code editor also have the same settings. enabling two options (attached with the image) working fine for me.
hello @scarlet summit, I'm facing the same issue