A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
Hello everyone.
I have a weird problem with my VirtualPathNativeProvider. I have a EPiServer site on my develop machine and it has got a native provider to a folder on my computer and it works fine to both upload documents and link to these documents for users to download them. No problems.
But when I moved to our test machine the NativeProvider starts to act very weird. It works great to upload new files via the File Manager in Edit Mode and I can see (and open) the files locally on the server machine, but when I try to browse them in my browser I get a 404 0 0 error "Page cannot be found".
The thing is that the version that are on our production machine works great, no problem to browse the files in that folder, so there must be some sort of configuration on our test machine. The only thing is that I can't find out what...
I've tried given modify rights to almost every user I could think of (Network Service, the app pool account, ASPNET, even "Everyone"). I've tried to remove the folder from the disk and let EPiServer create it when I restart the app and still no luck.
Any ideas of what to test?
//J