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

Umbraco 8.13.1 fails when models is regenerated - StackOverflow ( same as 257 and 160? ) #259

Open
patmoe opened this issue Jan 30, 2024 · 0 comments

Comments

@patmoe
Copy link

patmoe commented Jan 30, 2024

Ii seems like I got the same issue as #257 and #160 - as #257 is open but quite old and #160 is marked closed - so I'll create a new issue.

Using Umbraco 8.13.1 - added the web.config line as mentioned in #160 etc.
If we do anything in the backoffice with doctypes etc, We get stackoverflow after the old generated models has been deleted, and before the new is generated.
After this the site will not start - Only solution to get the site restarted is to undo the deletion of the models (GIT undo changes).

Actual exception is in System.Collections.Generic.Dictionary.FindEntry() where key is IListableContent.
image

image

I've checked for looping compositions - any other ideas on what to check?

Using

  • VS2022Ent - 64bit - Version 17.8.5
  • UmbracoCms 8.13.1
  • UmbracoCms.Core 8.18.4
  • UmbracoCms.Web 8.18.4
  • Umbraco.ModelsBuilder 8.1.6
@patmoe patmoe changed the title Umbraco 7.13.1 fails when models is regenerated - StackOverflow ( same as 257 and 160? ) Umbraco 8.13.1 fails when models is regenerated - StackOverflow ( same as 257 and 160? ) Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant