My webview will not load

Problem description:
My webview will not load

Expected behavior:
Should load

Actual behavior:
Works fine when viewing in browser.

Steps to reproduce:

Bug appears at this link:

Browser/OS/Device:

I think the repl is loading slowly, but I don’t have enough information. Can I get the link to your repl?

It could be that a web server didn’t start, but who knows.

Hey @JoshMann1! Welcome to the community!

Checking your Repls, I assume you are talking about this one here.

The reason why the webview shows the “Not Found” page is because you don’t have an index.html file in your root directory.

This is because when you visit any website without any subpages, it will default to showing index.html.

Since Replit shows the website without any subpages in the webview, it will therefore show the “Not Found” page.