Hi guys,on my app: <a class="postlink" href="http://app.skanix.com.pe">http://app.skanix.com.pe</a> when I select another language, this redirect to /tenant, and get a 404, error, this is a general error?, I have the asp net core(.net 4.6.1) with angular2 project version.
Cheers
5 Answer(s)
-
0
Hi,
Do you have this web.config in your deployed angular projects folder ? <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/web.config">https://github.com/aspnetzero/aspnet-ze ... web.config</a>
If not, can you add it and try again ? A note, if you are not hosting your app on azure remove the below lines from web.config.
<staticContent> <mimeMap fileExtension=".json" mimeType="application/json" /> </staticContent>
-
0
That web.config wasnt included in the deployment package :(, when I add that, I get 500 error, I remove this lines too:
<staticContent> <mimeMap fileExtension=".json" mimeType="application/json" /> </staticContent>
but now the entire app are on error 500. :( :|
-
0
Installed this : [http://go.microsoft.com/fwlink/?LinkID=615137]) and now work!, thank you
-
0
Thanks for the feedback, Great :)
-
0
I'm facing a similar problem. The link @junior1986 created 5 years ago is now itself responding with 404 not found. Can anyone provide an updated link or an explanation of what the solution was?