Qoto's web UI stopped working for me. Attached screenshot is all I get, the stacktrace the error message gives me (hooray for JS minimization /s) can be found at https://pastebin.com/XGFmNtUN. My browser is Firefox 92.0.1 on Linux.
@robryk Weird im on the web page right now. Have you not be aable to refresh it?
@freemo No, refreshing lands me at the same error. The error appears after ~5s. During those 5s everything but the Home timeline is loaded, Home timeline contains just a spinner, and everything is nonresponsive.
@robryk have you per chance tried doing a hard reload instead (where it refreshes your cache)? Let me try that on my end too.
@robryk i cant replicate the error here with a hard refresh... if a hard refresh doesnt fix it for you do you know how to open up a debug console so you can see what client-side errors might be logged?
@freemo Hard refresh doesn't change anything. JS console contains only the mathjax-related "CSP blocked a stylesheet" errors and the error that I pasted in pastebin.
@robryk ok I deleted the suspect post. Can you do another hard reload and tell me if it fixed itself maybe?
@freemo Yup, it did fix itself. Thanks.
@robryk Oh wow, ok good to know. Well thats a bug and a vulnerability. :)
@freemo The annoying thing is that I don't know of any way to edit my filters other than the web UI, so the obvious solution had a bootstrapping problem.
@freemo BTW. It seems that presence of this post was also making Tootle use some extreme amounts of CPU.
@robryk I dont know an easy way to do that off hand. Usually when im testing i run a test version of the server which has unminified js and thus the stacktraces point to locations in unminimified files. I know of no easy way to do this in production where everything is minified.
Have I mentioned I hate front-end development :)