@eddowding afaict, upstream does not support this out of the box. related:
https://github.com/apache/superset/issues/13930
https://github.com/apache/superset/issues/22787
https://github.com/apache/superset/issues/4231
Here is an example session of how to better "talk to" the AI so it understands what you're doing.
https://skylarbpayne.com/posts/cursed-cursor
Having it analyze a similar app and start with the manifest, then have a template process to follow will get it closer to what you want. It's all about clearer communication on your part.
@eddowding doesn't completely solve your issue as it's not about installing app, but perhaps Alex should just be an App Operator for specific apps?
https://docs.cloudron.io/apps/#operators
This was sorted out on support. Discourse has a database table called javascript_caches which holds on to some old theme assets. Just removing the entries in that table makes the site load again.
I got this hint from various threads.
I think this was a bug in some old releases. https://github.com/discourse/discourse/pull/16669 is the fix upstream
https://meta.discourse.org/t/uncaught-in-promise-error-could-not-find-module-discourse-widgets-search-menu-imported-from-discourse-theme-70-widgets-search-banner/300297 is the browser error
https://meta.discourse.org/t/using-safe-mode-to-troubleshoot-issues-with-themes-and-plugins/53504 (there is a /?safe_mode=no_themes,no_plugins )
This is fixed now.
The original issue is that the zone is added in Cloudflare but the nameservers of the domain are not set to Cloudflare. This makes Cloudflare return name_servers as empty in the response which makes our code crash.
No, you have to migrate using some technique like https://docs.cloudron.io/guides/migrate-wordpress/
Note that depending on your Developer setup, you may not be able to migrate at all. Especially, if you had edited core files or used plugins that edit files and change code etc .