Since update css broken?
-
Can confirm the CSS is just not receivable.
Also found, that it might have to do with the issue i posted about yesterday, which is already fixed by @girish, where thedomain: process.env.CLOUDRON_APP_DOMAIN
was wrong.
Since i updated the App with this fix, CSS does not work because Firefox receives HTTP 404 Error when GET the CSS files.@timbo said in Since update css broken?:
domain: process.env.CLOUDRON_APP_DOMAIN
Note that this fix has to be applied manually on existing installations. I didn't bother fixing the upgrade code path because the app was still marked as unstable. Sorry about that!
-
@timbo said in Since update css broken?:
domain: process.env.CLOUDRON_APP_DOMAIN
Note that this fix has to be applied manually on existing installations. I didn't bother fixing the upgrade code path because the app was still marked as unstable. Sorry about that!
@girish Yes i already fixed it manually but there also was an update available to the app, bringing it to 0.4.0 which has the correct
domain: process.env.CLOUDRON_APP_DOMAIN
( 21:53 App was updated to v0.4.0
21:52 Update started from v0.3.0 to v0.4.0)as in https://git.cloudron.io/cloudron/teddit-app/-/commit/530c2febb9a3f30ebe28ecf939e4c5950299937c
-
@girish Yes i already fixed it manually but there also was an update available to the app, bringing it to 0.4.0 which has the correct
domain: process.env.CLOUDRON_APP_DOMAIN
( 21:53 App was updated to v0.4.0
21:52 Update started from v0.3.0 to v0.4.0)as in https://git.cloudron.io/cloudron/teddit-app/-/commit/530c2febb9a3f30ebe28ecf939e4c5950299937c
-
@randyjc in general for Cloudron apps you make sure you have an app backup, then you can uninstall the app and reinstall.
If you want the data back, you simply restore that backup for the app and the data is back. Easy peasy.
-
After clicking on any thread, the css for that thread is broken
List of threads:
Thread:
Ok so i am a little confused.
After reinstalling the whole app, i expected to run into the same issues as:@necrevistonnezr said in Since update css broken?:
After clicking on any thread, the css for that thread is broken
List of threads:
Thread:
but for whatever reason, i did not.
First the network-analysis in firefox showed that the missing files to the stylesheets, which previously got 404ed, were cached instead of being served by the webserver.
After clearing the cache it actually did receive (200) the stylesheets from the webserver.So everything works for me, across devices, across different privacy settings.
-
@Meuschke can you set up an instance on the demo cloudron and see if you can reproduce it there?
https://my.demo.cloudron.io/ (username and password iscloudron
) . I tried everything and haven't been able to reproduce yet. -
It works for me. That issue seems solved.
However, and I don't know if anybody else has this problem, it seems to take forever importing the json file for preferences. It looks like it is hanging. I did manage to make it work before all this, but now it is just egg-timing. I will give it a while longer to see if it works.
Anyway, thank you @girish. Whenever I see you are working on something, I am always confident that it will soon be solved and you managed it yet again with Teddit. You are great!