-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error opening log in 24 #699
Comments
Still happening btw |
Also see #719 - the behaviour is similar but caused by log files which are too big. |
From reading here facebook/react#20131 pointing to https://reactjs.org/warnings/invalid-hook-call-warning.html and running
I somehow got the impression that this might be caused by pulling in multiple copies of react-dom? |
We might want to replace this react addon's since it's dead https://www.npmjs.com/package/react-addons-css-transition-group |
Or someone makes a greater journey and moves it to vue if that is better? |
Any news? The bug is a bit of a pain in the ass 😬. |
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue nextcloud#699.
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue nextcloud#699. Signed-off-by: Claus-Justus Heine <[email protected]>
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue nextcloud#699.
still no logs in 24.0.3 :-( |
The reason is the amount of log data. If you delete the old log |
I too have this from a few nextcloud versions and I'm not so sure it is the 20000 entries limit/problem. Even with empty/clean log file mine does not shows. And the error in the console is the react one pointed above. |
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue nextcloud#699.
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue nextcloud#699. Signed-off-by: Claus-Justus Heine <[email protected]>
You could look at my merge request #746 and see whether it works for you. The bugfix just replaces the outdated react library with the current one and adjust the corresponding API calls in order to make it work. So this is a kind of minimal approach (no porting to Vue etc. attempted, just update the outdated react library). |
Thanks, I'm doing it now. After reading about this in react discussions I guess it will work. Hope this will be in next releases till waiting for vue solution. |
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue nextcloud#699. Signed-off-by: Claus-Justus Heine <[email protected]>
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue #699. Signed-off-by: Claus-Justus Heine <[email protected]>
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue #699. Signed-off-by: Claus-Justus Heine <[email protected]>
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue #699. Signed-off-by: Claus-Justus Heine <[email protected]>
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue nextcloud#699.
…p with react-transition-group Just tried to follow the migration guide: https://github.com/reactjs/react-transition-group/blob/HEAD/Migration.md This commit addresses the issue that the invisibl log-entries experienced with Nextcloud v24 are caused by pulling in conflicting version of react-dom. See issue nextcloud#699.
Last version of Logreader written in |
Steps to reproduce
Expected behaviour
Log is visible
Actual behaviour
The text was updated successfully, but these errors were encountered: