You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when using curl http://localhost:8080 it works, but when using node-fetch like the webid-provider-tests test suite does, you get a connection refused error.
Running
HOST=127.0.0.1 composer serve-dev
Fixes this! :/
I'll see if I can make node-fetch send the same Host header as curl, so we can stop having to do this.
The text was updated successfully, but these errors were encountered:
I found that when using
curl http://localhost:8080
it works, but when usingnode-fetch
like the webid-provider-tests test suite does, you get a connection refused error.Running
Fixes this! :/
I'll see if I can make node-fetch send the same Host header as curl, so we can stop having to do this.
The text was updated successfully, but these errors were encountered: