TypeScript-Node-Starter icon indicating copy to clipboard operation
TypeScript-Node-Starter copied to clipboard

Live demo doesn't work

Open JohnReedLOL opened this issue 4 years ago • 16 comments

When I click the live demo I get this:

"This site can’t be reachedtypescript-node-starter.azurewebsites.net’s server IP address could not be found. DNS_PROBE_FINISHED_NXDOMAIN"

JohnReedLOL avatar Dec 29 '19 22:12 JohnReedLOL

This is the same issue from Oct 24: https://github.com/microsoft/TypeScript-Node-Starter/issues/243

JohnReedLOL avatar Dec 31 '19 02:12 JohnReedLOL

We should probably remove this? Or automate it via GitHub Actions?

orta avatar Jan 15 '20 14:01 orta

We should probably remove this? Or automate it via GitHub Actions?

@orta I could work on the Azure app deployment (Azure/webapps-deploy) with a GitHub Actions workflow. It will need Azure Publish Profile secret configured in this GitHub Repository. Is that something that can be configured?

bmiddha avatar Jan 20 '20 00:01 bmiddha

We should probably remove this? Or automate it via GitHub Actions?

@orta #268 should solve it.

bmiddha avatar Jan 31 '20 06:01 bmiddha

It's down again :(

alectrocute avatar Jul 27 '20 21:07 alectrocute

It is still down.

naknode avatar Oct 08 '20 04:10 naknode

Related PR: #302

bmiddha avatar Oct 09 '20 22:10 bmiddha

It's still not working.

gaborszita avatar Aug 03 '21 05:08 gaborszita

Over 9 months to fix a url in a README doesn't inspire a lot of confidence. Can anyone fix this issue before it's first birthday?

jkirkpatrick avatar Aug 29 '21 14:08 jkirkpatrick

We're having this issue over like a year and a half now, so why can't just a maintainer push this project to a service like Heroku? It could be done under half an hour and would end all this mess.

Over 9 months to fix a url in a README doesn't inspire a lot of confidence. Can anyone fix this issue before it's first birthday?

Uhm, we already hit its first birthday. We're approaching its second birthday. 😂

gaborszita avatar Sep 12 '21 19:09 gaborszita

Almost forgot to wish this issue a happy birthday 🎂

alectrocute avatar Sep 12 '21 20:09 alectrocute

Pushing it to some random service is always the easy quick answer but three times now it has gone down for whatever reasons, and someone's moved it to another server. I couldn't find access to any of them in azure. So, I've removed all the references to a demo link in the README.

orta avatar Sep 14 '21 14:09 orta

@orta That's the fix, remove the links? MS owns github now... isn't it possible to get it running on a GhPages branch and provide even more value to those cloning this starter repo?

jkirkpatrick avatar Sep 14 '21 15:09 jkirkpatrick

@orta That's the fix, remove the links? MS owns github now... isn't it possible to get it running on a GhPages branch and provide even more value to those cloning this starter repo?

The issue is that GitHub Pages can only serve static pages.

gaborszita avatar Sep 14 '21 15:09 gaborszita

How about Azure?

alectrocute avatar Sep 14 '21 15:09 alectrocute

@orta That's the fix, remove the links? MS owns github now... isn't it possible to get it running on a GhPages branch and provide even more value to those cloning this starter repo?

The issue is that GitHub Pages can only serve static pages.

One option is to add a mongo-dump step to create a JSON file and allow it to be served static? If the problem is that it's a kitchen sink starter kit that can neither be reliably demonstrated, nor reliably hosted by the creators' own cloud service - maybe it requires some non-trivial redesign.

jkirkpatrick avatar Sep 14 '21 15:09 jkirkpatrick