wrangler dev --remote - 504 Gateway timeout after 60s
Hello, It is possible that when using wrangler in remote mode there is hard limit of 60s timeout for worker request to process?
I have simple hono route that is always timeouting in remote mode but passes in local only mode. I need remote mode for working with browser rendering.
on wrangler dev --remote:
[wrangler:inf] POST /timeout-test 504 Gateway Time-out (62861ms)
on wrangler dev:
Any way to fix that ?
1 Reply
thanks for the tip! I went with locally running chrome instead and using