You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
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.
I've checked for looping compositions - any other ideas on what to check?
Using
The text was updated successfully, but these errors were encountered: