Skip to content
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

Can't login after update to 25 with cicles enabled #1197

Closed
Tracked by #1280
dantriano opened this issue Oct 29, 2022 · 19 comments
Closed
Tracked by #1280

Can't login after update to 25 with cicles enabled #1197

dantriano opened this issue Oct 29, 2022 · 19 comments
Assignees
Labels

Comments

@dantriano
Copy link

After update to the new Nextcloud 25 version I get the error 500 when I try to login. I need to disable circles ./occ app:disable circles to get nextcloud working again.

Error Message:
PHP message: PHP Fatal error: Nesting level too deep - recursive dependency? in /var/www/html/lib/private/Log/ExceptionSerializer.php on line 215

@davidmayr
Copy link

Can confirm

@davidmayr
Copy link

davidmayr commented Oct 30, 2022

Its seems to be a fix to remove and re-add the email of the users though. But to be safe I disabled the app completly

@Volker-K
Copy link

Volker-K commented Nov 4, 2022

Same here with migrating to 24.0.3, described here: nextcloud/server#32432
We need Circles so we're stuck un NC 23 right now.

@Volker-K
Copy link

@szaimen You've linkt his issue in nextcloud/all-in-one#1280 where I don't find it anymore. Is it solved?

@szaimen
Copy link
Contributor

szaimen commented Nov 23, 2022

No, it is not solved yet, IIRC. @ArtificialOwl can have a look hopefully soon.

@ultrasites
Copy link

The bug is still relevant. My instance: Upgrade 24.0.x to 25.0.1 via docker. When it will be fixed? My user cannot login into nextcloud.

@ArtificialOwl
Copy link
Member

ArtificialOwl commented Nov 28, 2022

You should be able to bypass the issue by running this command:

./occ config:app:set circles route_to_circles --value ''

#1189

@Volker-K
Copy link

You should be able to bypass the issue by running this command:

./occ config:app:set circles route_to_circles --value ''

#1189

As you can see in nextcloud/server#32432 this does not solve the problem in all cases. It's not clear, why only few installations are having this problem at all. In our stageing all works fine, live got this error after migrating NC, but I couldn't reproduce it in a copy of live environment.
A new migration of live env will be a blind flight.

@ArtificialOwl
Copy link
Member

wow, by bad ...

the setting is

./occ config:app:set circles route_to_circle --value ''

Can you check if this works ?

@Volker-K
Copy link

wow, by bad ...

the setting is

./occ config:app:set circles route_to_circle --value ''

Can you check if this works ?

I'd have to migrate our live environment with 5k users for this and run into the error becaus I didn't get it reproduced.

I could possibly try between christmas and new year's eve.

@nilshellerhoff
Copy link

wow, by bad ...

the setting is

./occ config:app:set circles route_to_circle --value ''

Can you check if this works ?

Unfortunately this does not work in my case (Nextcloud 24.0.7). As I don't need the circles app, it's not that important for me, but just letting you know.

@Volker-K
Copy link

Possibly it's a problem with a deactivated (or outdated?) contacts-app?
nextcloud/server#32432 (comment)

@ultrasites
Copy link

wow, by bad ...

the setting is

./occ config:app:set circles route_to_circle --value ''

Can you check if this works ?

it fix the bug for a moment.....the bug is back now...

@Volker-K
Copy link

wow, by bad ...
the setting is

./occ config:app:set circles route_to_circle --value ''

Can you check if this works ?

it fix the bug for a moment.....the bug is back now...

Do you have both Circles and Contacts App enabled?

@ultrasites
Copy link

wow, by bad ...
the setting is

./occ config:app:set circles route_to_circle --value ''

Can you check if this works ?

it fix the bug for a moment.....the bug is back now...

Do you have both Circles and Contacts App enabled?

Circles -> enabled
Contacts -> disabled

@Volker-K
Copy link

Volker-K commented Dec 1, 2022

wow, by bad ...
the setting is

./occ config:app:set circles route_to_circle --value ''

Can you check if this works ?

it fix the bug for a moment.....the bug is back now...

Do you have both Circles and Contacts App enabled?

Circles -> enabled Contacts -> disabled

Could you enable Contacts? Circles are quite useless without Contacts App since the UI to manage Circles has moved into Contacts.

I now can reproduce the error by disabling Contacts in our stageing system, but I don't know why it happend in our live system after migrating. Possibly that day there was a problem with App versions and Contacts was disabled after migrating NC.

@PVince81
Copy link
Member

PVince81 commented Jan 4, 2023

@ArtificialOwl can you confirm if this was resolved ? I remember merging some PRs that might have been related

@skjnldsv skjnldsv removed this from the Nextcloud 25.0.6 milestone Apr 20, 2023
@blizzz
Copy link
Member

blizzz commented Sep 14, 2023

Is this relevant > NC 25?

@sselka
Copy link

sselka commented Sep 27, 2023

looks like it is solved :)

@blizzz blizzz closed this as completed Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests