最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Can't Access Webview on Replit - Time Out Issue on Free Account - Stack Overflow

programmeradmin4浏览0评论

I am new to Replit and one of my friends shared a project with me that he created using Replit Agent. I created a free account and tried to run the project, but when I run it, the console shows:

> [email protected] dev
> tsx server/index.ts
3:58:36 PM [express] serving on port 5000

However, when I go to the webview, it keeps showing "Loading your page" and eventually times out. In the networking section, I can see 0.0.0.0:5000 -> 80.

My friend is able to run it on his account without any issues (He has paid account). I know that in the free version, it should also work, so what could be causing the problem? The project is using TypeScript and Node.js.

Can someone help me figure out what might be the issue?

I am new to Replit and one of my friends shared a project with me that he created using Replit Agent. I created a free account and tried to run the project, but when I run it, the console shows:

> [email protected] dev
> tsx server/index.ts
3:58:36 PM [express] serving on port 5000

However, when I go to the webview, it keeps showing "Loading your page" and eventually times out. In the networking section, I can see 0.0.0.0:5000 -> 80.

My friend is able to run it on his account without any issues (He has paid account). I know that in the free version, it should also work, so what could be causing the problem? The project is using TypeScript and Node.js.

Can someone help me figure out what might be the issue?

Share Improve this question asked Feb 7 at 16:04 mintmint 3551 gold badge3 silver badges12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

If you're facing the same issue, it might be due to your ISP blocking the *.replit.dev domain. This is not an issue with Replit itself.

Solution: Change DNS Settings.

For Mac:

   1. Open Network Preferences
      a. Click the Apple menu  > System Settings (or "System Preferences" on older macOS).
      b. Select Network from the sidebar.
      c. Choose your active connection (Wi-Fi or Ethernet).
      d. Click Details… (or "Advanced" in older macOS).

  2. Change DNS Servers
     a. Go to the DNS tab.
     b. Click the "+" button to add a custom DNS server.
     c. Enter one of the following:
        I. Google DNS → 8.8.8.8, 8.8.4.4
        II. Cloudflare DNS → 1.1.1.1, 1.0.0.1
     d. Click OK, then Apply to save changes.

  3. Reconnect & Retry
     a. Disconnect and reconnect to Wi-Fi.
     b. Reload the Replit page.
 

Alternative: Allow the Domain from Router

If your router supports domain whitelisting, you can allow *.replit.dev from your router settings.

发布评论

评论列表(0)

  1. 暂无评论