• Uncategorized

About .net : AspNetCore-net-6-on-Raspberry-PI-latest-OS-not-rendering-deployed-site-correctly

Question Detail

I am deploying a test web app to a raspberry pi. However, I am having render issue.

Here is what I see when testing via VS

This is what I see from the deployed code on the PI

As you can see it is not loading the files. In the dev console I see that its 404ing on the files

The Kestrel service is as follows

Is this to do with it listening on any IP? or because the root path is not ending at /wwwroot

I tried copying the contents of wwwroot to back a level so it is within /web however, I got the same result

Question Answer

No answer for now.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.