Since update css broken?
-
I was ugly too:
There is an option to export preferences in a json file in preferences. You can import it later.
I tried the reinstall Teddit trick and ... the problem remains. On the plus side, it looks like Cloudron kept all the configurations I had made too (e.g. subscribed sub-Reddits).The problem looks the same in Brave beta and in TOR-browser.
By the way, before this happened, I noticed that increasing the memory allocation to Teddit helped with playability of some of the video content posted.
-
@LoudLemur said in Since update css broken?:
it looks like Cloudron kept all the configurations I had made too (e.g. subscribed sub-Reddits).
Cloudron actually does save nothing.
Teddit is per design privacy focused on a maximum.
Nothing you do while using Teddit is stored or saved server side. It all happens client side in your browser using cookies etc.
Only what you configure in the config.js is being saved server side. -
@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
-
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.