Umbraco Forms 12.2 relationship problems
# help-with-umbraco
k
After upgrading to the latest Umbraco Forms (from 12.1.something to 12.2) from I get "The relation type umbForm does not exist" when I try to save a content item that has picked a Form in a Form Picker. I tried creating a new Form Picker data type configuration, and a new property, but the problem still appears. Is this a known bug? Am I doing something wrong? Could the update have broken something?
I can see this in the log without any errors:
SQL [0]: "INSERT INTO [umbracoRelationType] ([typeUniqueId],[dual],[name],[alias],[isDependency]) VALUES ('be98a22d-d0f8-4615-b2e4-1aae86bf89be',0,'Related Form','umbForm',1);"
I have an element content type with a form picker property, and when setting this property, the error occurs. This is in the development environment, so I'm not sure if clearing out caches or similar would make sense.
After upgrading to Umbraco 12.3.4 and restarting a few times, I can now save a content item with a form. However, on subsequent saves, I get > Cannot insert duplicate key row in object 'dbo.umbracoRelation
6 Views