-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Version 6.10.0 is behaving strangely. #32759
Comments
Yes. You're right |
I have the same. You can still search for the section you want to open. I think they just messed up the |
Same here. |
Thanks for reporting this. I will ask someone to take a look |
Looks like a CSS issue (but we are confirming it). After investigating it seems that |
A word about the This only happens once and Deno caches the dependencies. It should be cached during the installation process, by since your rocket.chat server runs as a different user from the one you used to update it, it cached the dependencies in a different place that the server doesn't have access to - and that's why it needs to download them the first time it runs after the update. |
I updated to version 6.10.1 and all problems have been resolved.
As you said, there was no I am closing this issue thread as resolved. |
Description:
I have updated from version 6.9.3 to 6.10.0, and although the server process starts, it behaves strangely.
For example, when I access Workspace->Settings (/admin/settings), there is no scroll bar and I cannot see all items.
I am not comfortable with this, so I reverted back to version 6.9.3.
Steps to reproduce:
Expected behavior:
All items must (should) be displayed.
Server Setup Information:
Client Setup Information
Relevant logs:
Added on 2024/07/13
Normally, the log immediately after startup should only output up to the release information, but in v6.10.0, I am noticing a disturbing "Subprocess stderr" error following it.
(I hope this error does not affect the process and is just my unfounded fear.)
Incidentally, this error is output in the following source:
bundle/programs/server/npm/node_modules/@rocket.chat/apps-engine/server/runtime/deno/AppsEngineDenoRuntime.js
(Line:457)
The text was updated successfully, but these errors were encountered: