I was using Replit yesterday and webview was fine, but today Webview is not loading despite there bing no errors in devtools console. The page says “connection reset”
A key thing to note is this is happening across MULTIPLE of my Replit projects, not isolated to one.
see image
I’ve restarted my computer, reset cache, tried alternative browsers, and have tried more specific things like ensuring proper port configuration, Next.JS routing, etc but I’m not able to get my website to render.
Dev Iyer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Can you ensure that your ISP or firewall isn’t blocking the replit.dev
or repl.co
domains?
NateDhaliwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I encountered the same issue when setting up my Firebase account today. After following the steps and clicking the run (>) button, I saw a fireworks animation, followed by a run command in the console tab, but nothing else happened. The webview did not load.
Update Firebase with Dev URL
Even after configuring the networking from port 8080:80, the webview still didn’t load. However, I did notice that the Dev URL is displayed in the Networking tab.
Here’s how I resolved the issue:
- I deleted the Node.js Replit I had initially created and instead created a new Replit using the HTML, CSS, JS (Auto Refresh) template.
- I hit “Run.”
- It worked!
Please Note:
Prior to resolving the issue, I had updated my Firebase secret keys, but I’m not certain if this played a role in fixing the problem. My conclusion is that the issue might have been related to not properly configuring the port for the Node.js file to run on the webview.
I hope this helps!
Update 2024 Sept 25
Have you check out this article?
https://docs.replit.com/replit-workspace/ports#webview
After doing some research, it appears that this high latency and errors happen intermittently every couple of months. Are you still having connection issues?
https://status.replit.com/notices/omn0c0cxc7vw4usa-replit-dev-and-replit-app-are-experiencing-intermittent-connection-issues
https://status.replit.com/notices/y1d0mlkvcdzueksd-high-latency-and-errors-with-repl-connections
MuslimWiki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.