Closed Realtin closed 8 years ago
it’s using state.baseUrl
in fetch.js and profile-fetch.js, but we never set that. It should use state.url
instead
@Realtin do you want to fix it? If not I can make a stater issue for others out of this :)
I started with this but since I'm a bit busy right now you can just make it a starter issue and if nobody wants it then I'll try again :)
perfect :+1:
closing in favor of #64
When reproducing the Error from #54 a GET Request to
http://127.0.0.1:8080/undefined/session/account
is send.setting an empty String as a fallback in utils/get-state.js should fix that.