Could not reach repl

Description of the problem (please keep it simple and short):
I can’t access my bot’s website from Replit. There isn’t even a message saying “We couldn’t reach your repl…”. Here’s the link to the Repl website: https://replit.com/@Pozaza/PozazaScript?v=1

Explain what you were trying to do:
Enter repl’s website

Which areas or features are affected?
local website

1 Like

Try To Use “3000” Port In Your Website

1 Like

Hey @Pozaza, welcome to the community!

The Repl seems to be private.

2 Likes

Already tried to set

1 Like

Oh i deleted it, check this instead (same problem): https://replit.com/@Pozaza/Pozaza-Music?v=1

1 Like

try express package :+1:

1 Like

try to create another file named ‘website.js’

and Put In It

const express = require('express');

const app = express();

app.get('/', (req, res) => {
  res.send('Hello Express app!')
});

app.listen(3000, () => {
  console.log('server started');
});

And In index.js Add

require('./website.js')
1 Like

Server is up but still the page can’t be reached, check it now

1 Like

Try kill 1 In The Shell Many Time

1 Like

Still didn’t work so

1 Like

When You Try kill 1 The Project Restart Or Not?

1 Like

Yea, it restarts but still didn’t work

1 Like

Try To Do It Many Time

1 Like

I tried 5 times, it’s enough?

1 Like

Send ScreenShot Of Your Project

1 Like

Ok Run Your Project Now.

1 Like

Yeah, it doesn’t work, looks like it’s a replit servers problem

1 Like

Can You Contact With Me In Discord?

1 Like

Ok, here’s my dis: Pozaza#2164

1 Like