Documentation does not show results on heroku?
See original GitHub issueHi,
I have updated to hapi 15.x.x and the latest hapi-swagger and now on Heroku the documentation page does not display responses
This is the error;
{
"error": "no response from server"
}
I am using a custom domain on heroku, but I was using it before the update to 15.x.x and swagger 5.
This all works locally, and my local machine connects to the mongo instance on heroku, and this used to work.
Any ideas?
Issue Analytics
- State:
- Created 7 years ago
- Comments:9
Top Results From Across the Web
Documentation does not show results on heroku? #347 - GitHub
Hi, I have updated to hapi 15.x.x and the latest hapi-swagger and now on Heroku the documentation page does not display responses This...
Read more >Troubleshooting Node.js Deploys - Heroku Dev Center
Your Node.js deploy failed - now what? Start with these simple steps to troubleshoot a build issue. Check the buildpack. Is the app...
Read more >Heroku Error Codes
Whenever your app experiences an error, Heroku will return a standard error page with the HTTP status code 503.
Read more >The database does not appear in the dataclips dropdown
I'm unable to use dataclips with the database because it doesn't show up in the dataclips dropdown "Choose a database". Resolution. If you...
Read more >Understanding Heroku Postgres Log Statements and ...
PGError: ERROR : relation "documents" does not exist. This is the standard message displayed by Postgres when a table doesn't exist.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is now in v7.3.0 on NPM. You can change the package.json back to point to that version
Hi sorry about the wait. I have made a few simple changes to hopefully now pick up host and port correctly
I have push a test version into repo. Can you temporarily point your
package.json
reference to the repo i.e."hapi-swagger": "glennjones/hapi-swagger"
, then test it against your project and tell me if this fixes the issue. Thanks