Unable to start project

I can’t turn the project on because i don’t have a http server started on the port.
Instead i have a ntp server started on the port but it won’t let me start it.

Project name is ntp-server.

Please help. - Nezbednik

try a manual “refresh” in the console

Hello @NezbednikSK,
What exactly is an ntp server, and what differs it from other packages like express?

External port 123 is closed for Glitch projects.

Instead you could run an express server and serve a /time url for your clients to sync with.

can you post a link to your project ?

ps glitch node defaults to port 3000

I renamed the project to ptts-server and it all works fine now because it is a http server now.