CORS issue
empeje opened this issue · 5 comments
empeje commented
mpeterdev commented
can you confirm that the bos-loader payload is accessible at http:127.0.0.1:3030
? This can be done via Postman or in your shell with
curl http://127.0.0.1:3030
elliotBraem commented
I've noticed bos-loader does not work in Brave -- switching to Chrome resolves this issue for me
empeje commented
I try in curl it works, but not in brave (as @elliotBraem mentioned).
frdomovic commented
I had the same problem on both Chrome and firefox, using bos-loader v0.7.0 installed with "brew tap empeje/bos-cli && brew install bos-loader".
It was giving me cors error and saying that my widget could not be found.
The thing that fixed the issue for me was revert brew tap and brew install and used the curl command from : https://github.com/near/bos-loader/releases/tag/v0.7.1
Canvinus commented