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
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
Would you mind submitting the change in a pull request? I can get a release out right away.
We're also working on a new version of a fully isomorphic Feathers client but I think it has the same problem at the moment.
wuyuanyi135
added a commit
to wuyuanyi135/feathers-client
that referenced
this issue
Jan 15, 2016
Problematic source: https://github.com/feathersjs/feathers-client/blob/master/src/rest/base.js
When executing
Error:
GET http://api/temp/switch net::ERR_NAME_NOT_RESOLVED
The missing ${options.base} causes the string template starting with slash, breaking a relative url. My workaround is assign base manually
Suggestion: place no slash if options.base is absent.
The text was updated successfully, but these errors were encountered: