filecoin-shipyard / powergate-pinning-service

A simple pinning service using textile powergate
Other
21 stars 8 forks source link

CORS error when trying to connect to Powergate #8

Open christroutner opened 3 years ago

christroutner commented 3 years ago

Screenshot from 2021-01-20 13-22-34

christroutner commented 3 years ago

In src/utils/powergate.js I specifically have:

const POW_HOST = "http://127.0.0.1:6002";

I'm not sure why it's trying to use the 0.0.0.0 network interface.