-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 when trying to http a json #326
Comments
stupid of me, I have put things in "public" folder, now it's working |
tried leaving out app/?
…On Thu, Mar 30, 2017 at 2:37 PM, phil123456 ***@***.***> wrote:
Hi,
my former code allowed me to http a json but now I use this seed, I get
404's
I am not sure if it is a webpack issue or something
this.http.get('app/translations/en.json') does not work anymore
any hint/help ?
thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#326>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ACWx9lzSoLZBAk1yz25JXQBhVCqFmzE-ks5rq6IigaJpZM4MuTB1>
.
|
yes I did that too but I try to debug it and I cant see the ts files in chrome, I cant open any files, wonder if the .map files went through |
adding # did the trick...(I think)
[edit: just checked without the # and I can see the sources, wtf...] |
Hi,
my former code allowed me to http a json but now I use this seed, I get 404's
I am not sure if it is a webpack issue or something
this.http.get('app/translations/en.json') does not work anymore
any hint/help ?
thanks
The text was updated successfully, but these errors were encountered: