-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endless loading of entire web app #27794
Comments
The console logs: https://gist.github.com/mpeter50/cdadf67268bca53ca1fc2216f1eef992 According to the devtools, all log messages that are not an error come from rageshake.ts:77:16 |
That's because rageshake intercepts all logs to store them in IndexedDB also in case you want to submit or download them at a later date. |
https://spec.matrix.org/v1.11/client-server-api/#web-browser-clients Closing as a server problem |
@t3chguy the server is spec compliant, there is no point providing CORS for a 404. Probably the problem is not related to the report. |
…in fact the problem was uglier: |
Yes there is, as otherwise the client can't read that the status code is a 404, nor the Matrix errcode, thus cannot behave correctly. The spec I linked does not say "except on 404" |
Steps to reproduce
Outcome
What did you expect?
I expected the client to load up, and open the room I have put in the link
What happened instead?
The client started loading, I see the spinner (which is still moving, not frozen) and the log out button, but this has been going for 13 minutes now.
Additional information
Reloading, and reloading-without-cache multiple times did not help to solve the issue.
Application version was found by opening the client in a new container tab, and finding the "startUpdater, current version is 1.11.71" log message in the browser dev console, hopefully this is what you mean.
I will not be sending the normal logs, because I am unable to.
I'll upload console logs instead.
Operating system
No response
Browser information
Firefox 126.0.1
URL for webapp
https://riot.grin.hu/
Application version
1.11.71
Homeserver
https://matrix.grin.hu/
Will you send logs?
No
The text was updated successfully, but these errors were encountered: