File with specified path does not exist - Error, please help!

I have run into some trouble publishing a website and repeatedly getting this error: “File with specified path does not exist.”

I have done some debugging and trouble-shooting without success.

I have gone line by line in all the code and can’t find an error, typo, or errant tag.

As a last resort, I transferred all the code to Text Edit on a windows machine, and it opened in several browsers(Chrome, FIrefox, and Safari) without any issues at all.

It seems like an issue with VS Code, but I am not sure.

Any thoughts or help would be greatly appreciated!

Respectfully,

Kevin

Hey Kevin, thanks for reporting this. We need a bit more information to investigate. Would you be able to share the project that’s failing to publish? If there is any sensitive information, please create a minimal project that reproduces the issue. Once we have that we can begin investigating further :saluting_face:

This is the code. I have made a copy of everything and when I go to publish it, I get the error:

“File with specified path does not exist.”

But, if I copy all files to Text Editor or Notepad, it displays in Google Chrome without trouble.

Thanks for sharing the project, Kevin. I can confirm I see the issue when I duplicate the project and publish it myself. We’ll get back to you once we figure out what the problem is.

It turns out published sites expect an index.html, and your project doesn’t have one. The fix would likely be to rename your Home.html to index.html.

Let me know if that resolves the issue :slight_smile: