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 Jan 30, 2023. It is now read-only.
the host and namespace are not added to the request URL which becomes
localhost:4200/foobar/posts
where it should be
https://test.com/foo/foobar/posts.
The text was updated successfully, but these errors were encountered:
andrew-paterson
changed the title
Host does not resolve when the start of the path is the sae string as the namespace.
Host does not resolve when the start of the path is the same string as the namespace.
Apr 26, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using Ember 3.1.2, and ember-ajax 3.0.0.
Assuming I'm serving my Ember app at
localhost:4200
and have the namespace and host configured as follows:If I then call
the host and namespace are not added to the request URL which becomes
where it should be
The text was updated successfully, but these errors were encountered: