I'm using ngrok with a static hostname to be able to make requests to the backend while it runs on my local machine. When there's an API call that returns an image URL the UI breaks because it can't load it. After some debugging I've noticed that the problem is that there's a 307 redirect which return text/html as the content type in the response, hence the image can't be loaded.
Has anyone got it working locally?
Broken images using ngrok for localhost development
Database & APIs
I've tried implementing a custom widget to include the magic ngrok-skip-browser-warning
header but with no success.
No
1