-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Randomly 404 / ActionController::InvalidAuthenticityToken (Can't verify CSRF token authenticity.) - openid setup #5991
Comments
Can you provide some sort of reproduction instructions? Its tricky to solve issues that we can't reproduce |
I wish I knew a way to repoduce it. But I can't. Perhaps some kind of race condition or timeout or a weird combination of both? I don't know. Can I increase the log level to "insane" somehow?
cheers!
Am 10. Februar 2025 22:15:58 MEZ schrieb Ahmad Farhat ***@***.***>:
…Can you provide some sort of reproduction instructions? Its tricky to solve issues that we can't reproduce
|
I have an additional and reproducible bug that maybe ties to the original one. Sadly it seems only reproducible on mobile. When leaving a room I'm back on the greenlight rooms page. When I then immediately try to start the meeting again it errors out. Here is what the log says (Can't verify CSRF token authenticity.):
cheers! |
Hello!
Very randomly I see the 404 page when calling the greenlight landing page of my bigbluebutton installation. The logs then show:
Currently it's connected to the nextcloud oidc provider but I had the very same before when greenlight was connected to a keycloak installation. Every now and the 404. Clearing the cache of the browser and reloading the page always solves the problem.
Can't verify CSRF token authenticity
is more of an integrated rails functionality, right? Found this page regarding that.https://plata.news/blog/cant-verify-csrf-token-authenticity/
Any chance we get that sorted out?
cheers!
The text was updated successfully, but these errors were encountered: