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

Example app not working on Heroku #30

Open
jacobmolin opened this issue Jan 30, 2023 · 2 comments
Open

Example app not working on Heroku #30

jacobmolin opened this issue Jan 30, 2023 · 2 comments

Comments

@jacobmolin
Copy link

I get an application error when trying to access the example app on Heroku.

pedestal-api-example-app

@oliyh
Copy link
Owner

oliyh commented Jan 30, 2023

Hi,

It was hosted on free dynos on Heroku which are now no longer available. I plan to run it on a VPS soon but haven't had time to do so.

In the meantime if you want to run it locally you can do the following:

lein uberjar
java -jar example/target/uberjar/pedestal-api-example-standalone.jar

It should work, I think!

@jacobmolin
Copy link
Author

Okay, I see!

I downloaded the code for the example app and got it up and running with Calva in VSCode. Thank you!

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