texm / shokku

a web interface for Dokku
https://shokku.dev
GNU Affero General Public License v3.0
106 stars 7 forks source link

Unable to get apps list #4

Open elgalesmana opened 1 year ago

elgalesmana commented 1 year ago

Unable to get list application :

Screenshot 2023-08-08 at 14 49 26

logs:

2023-08-08T07:46:53.068509775Z app[web.1]: {"level":"error","error":"failed to lookup app deploy-testing: no app found for deploy-testing","remote_ip":"xx.xxx.xxx","latency":"1.365884642s","host":"shokku.xxx.com","request":"GET /api/apps/report","status":500,"size":36,"time":1691480813,"message":"Server error"}
elgalesmana commented 1 year ago

By the way, it was because i created the application from github action, and the new app is not sync with shokku db. Is there any way to sync dokku apps without restarting shokku ?

Thank you for creating shokku.

texm commented 10 months ago

By the way, it was because i created the application from github action, and the new app is not sync with shokku db. Is there any way to sync dokku apps without restarting shokku ?

Thank you for creating shokku.

A manual 'sync' button would be quite easy to add in the settings page, since there's already a function run on startup to do so. Alternatively it could be run periodically.