HTML website not displaying in the webview window

my team and I developed an HTML file that works fine in VSC but wont show up in the webview tab of repl

It’s a bug with replit at the moment, the webview tab isn’t working for a lot of people.

No, this isn’t a problem with Replit.

You didn’t make an index.html file, and the webview’s default URL is website.repl.co/. It can’t find any html files in the / directory, so it returns Not Found.

If you move all the html files outside of the folder, it’ll work.

3 Likes

like this? because it still is not working.

Try renaming 1Home.html to index.html.

1 Like