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