Not allowed to load local resources

Good day all.
I tried to open an old file I haven’t worked on for some time. I tried to run this project which runs on a local docker container. It did render without issue about 2 months ago. I have installed a few updates since then. Can someone add some insight into what this issue might be and how to fix? Thanks in advance

Can you show the screenshot of the URL of the page you’re loading? It looks like you’re loading the page file directly instead of through the web server

while trying to fix this issue I accidently deleted my database tables which I failed to backup, so on hold until I recreate them. :flushed:

I’ve been at this point for sometime can someone shed some light on this issue. Thanks in advance.

@Teodor

Solved?

" HTML Attribute" This was the first tag in the tag of my layout page. It was referencing the files on my drive. I don’t know how it got there. I started out with "wappler local server " as my development server, then switched over to docker. I’m thinking the code was never removed. When I switched. I removed the complete tag and the page works fine.
What does <base href=""> HTML Attribute do?
Specifies the base URL which will be used for all relative links in the current document.