Hi, I've recently attempted an upgrade of Umbraco Forms from 8.11 to 8.13. It was initially installed as a package directly in the backoffice, I've attempted doing it that way and also uninstalling it and installing it again through nuget. Locally, everything seems okay, but on my test environment I get an error when trying to click on an entry to inspect it for editing or otherwise.
TypeError: Cannot read properties of undefined (reading 'preValues')
All the fields also show
Another interesting thing I found is that when I go to the packages-tab in Umbraco there are no installed packages (as expected when doing it through nuget), but if I go to the packages "store" and click on Umbraco Forms I get a message saying :
"Server error: Contact administrator, see log for full details.
Failed to validate package Umbraco Forms"
Not sure how to proceed, any ideas? Umbraco version is 8.9.0
Did you solve this issue? I'm seeing the same with version 9.5.1.
Just to add to this, adding a screenshot of the Backoffice:
I also see the following error in the console when I try to click on the <Empty> link:
TypeError: Cannot read properties of undefined (reading 'preValues')
at Object.viewEntryDetails (umbraco.forms.js:1881:86)
at fn (eval at compile (umbraco-backoffice-js.js.v83a7c2ecfca6123b1a52100d9309cf101cd80d0c:276:164), <anonymous>:4:441)
at e (umbraco-backoffice-js.js.v83a7c2ecfca6123b1a52100d9309cf101cd80d0c:223:191)
at b.$eval (umbraco-backoffice-js.js.v83a7c2ecfca6123b1a52100d9309cf101cd80d0c:179:468)
at b.$apply (umbraco-backoffice-js.js.v83a7c2ecfca6123b1a52100d9309cf101cd80d0c:180:198)
at HTMLAnchorElement.<anonymous> (umbraco-backoffice-js.js.v83a7c2ecfca6123b1a52100d9309cf101cd80d0c:223:276)
at HTMLAnchorElement.dispatch (umbraco-backoffice-js.js.v83a7c2ecfca6123b1a52100d9309cf101cd80d0c:2:43064)
at v.handle (umbraco-backoffice-js.js.v83a7c2ecfca6123b1a52100d9309cf101cd80d0c:2:41048)
Hi Ben, what I ended up having to do was to basically undo all changes then go through the installation process one more time but this time upgrading from 8.11 to 8.12. I was initially going to keep upgrading to 8.13 but 8.12 seemed to have solved my issues.
Cannot see forms entries after upgrade
Hi, I've recently attempted an upgrade of Umbraco Forms from 8.11 to 8.13. It was initially installed as a package directly in the backoffice, I've attempted doing it that way and also uninstalling it and installing it again through nuget. Locally, everything seems okay, but on my test environment I get an error when trying to click on an entry to inspect it for editing or otherwise.
All the fields also show
Another interesting thing I found is that when I go to the packages-tab in Umbraco there are no installed packages (as expected when doing it through nuget), but if I go to the packages "store" and click on Umbraco Forms I get a message saying :
"Server error: Contact administrator, see log for full details. Failed to validate package Umbraco Forms"
Not sure how to proceed, any ideas? Umbraco version is 8.9.0
Hi @Ras,
Did you solve this issue? I'm seeing the same with version 9.5.1.
Just to add to this, adding a screenshot of the Backoffice:
I also see the following error in the console when I try to click on the
<Empty>
link:Cheers,
Ben
Hi Ben, what I ended up having to do was to basically undo all changes then go through the installation process one more time but this time upgrading from 8.11 to 8.12. I was initially going to keep upgrading to 8.13 but 8.12 seemed to have solved my issues.
is working on a reply...