Open
Description
I am running bolt.new locally, and I try to access a different API hosted locally.
But I always end up getting socket hang up
error. When accessing external apis it seems to sometimes work, but only with https.
I tried locally to allow all origins on the hosted api, but that did not change anything.
Actually also locally with https failed with the socket error.
But maybe to simplify my question: How to access another localhost service running on the same host?
Any idea how to solve this?
Activity