Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The herokuapp of the demo app is down #317

Open
sebastienh opened this issue Sep 4, 2023 · 4 comments
Open

The herokuapp of the demo app is down #317

sebastienh opened this issue Sep 4, 2023 · 4 comments

Comments

@sebastienh
Copy link

Hello,

The endpoint for demo is down. I am trying the example with this url https://always-read-the-plaque.herokuapp.com/plaque/red-rocks-amphitheatre and I do not get any response.

Could it be possible to restart it?

Thanks!

@tpluscode
Copy link
Member

Hu. Sorry about that. Since heroku no longer supports free dynos, I stopped this deploymend.

Got any alternative suggestions?

@sebastienh
Copy link
Author

If the app is built using one of these frameworks, I think there is a generous free tier plan on Vercel.

If it's built with something else, I don't have any easy solution, but you could make the backend code available on github, to let people run it locally. This way we could make the example pointing at localhost e.g. https://always-read-the-plaque.herokuapp.com/plaque/red-rocks-amphitheatre to http://localhost:3000/plaque/red-rocks-amphitheatre.

A possible improvement on the later solution would be to offer a way to specify just the host, so that all examples automatically point at the right place. But this would be more of a "nice-to-have": I am totally, and I think most people are, comfortable just editing the examples manually.

@tpluscode
Copy link
Member

It is running plain express. That also appears supported by Vercel. I could try deploying there

@sebastienh
Copy link
Author

Great!!! I'll go through your documentation when available.

Thanks for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants