Hi everyone,
I am trying to host a static HTML dashboard using the WebDev module. My goal is to use pure HTML/JS for the front-end while keeping Ignition for the back-end, but I am stuck on a 404 error.
My Setup:
-
Project Name:
YS_DB0_VisitDashBoard -
WebDev Configuration: I have created a "Mounted Folder" resource named
mounted_folderin the Designer tree. -
Physical Path: The mounted folder points to a valid Windows directory containing an
index.htmlfile. (See screenshots).
The Issue: When I try to access the file via the browser, I keep getting a HTTP 404 Not Found error.
I have tried accessing it via: https://[IP]:8043/system/webdev/YS_DB0_VisitDashBoard/index.html (and also tried including the resource name in the path)
Questions:
-
What is the correct URL structure to access a file inside a WebDev "Mounted Folder"?
-
Do I need to configure any specific permissions or "Anonymous Access" settings to make this HTML file visible?
Any advice would be appreciated. Thanks!

