wrangler host inspector on 0.0.0.0

Long story short, I'm trying to connect to wrangler pages dev inspector running inside a Docker container. It appears the inspector can only bind to localhost, which means I'm forced to set up a reverse proxy. Could this be made customizable? I think you used to be able to do --inspect=0.0.0.0:9229 right?
1 Reply
aleclarson
aleclarsonOP3w ago
Btw, I get this error when trying to connect through the reverse proxy: https://pastebin.com/raw/k4QND6zC Not sure if workerd's fault or the proxy's.

Did you find this page helpful?