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
I'm getting a null reference error when deploying local changes to a new environment in Umbraco Cloud. I've traced it back to a Vendr Currency UDA that contains references to countries that have been soft deleted (as in, I deleted them in Umbraco but they still have rows in the DB).
To repeat this issue you need to:
Create a new country
Create a new currency
Add the new country as an allowed country to the new currency
Delete the new country
Re-run the export
Inspect the UDA file, it should contain a reference to the deleted country even though the country is no longer shown as allowed within Umbraco / Vendr.
If you then try to deploy that change, the target environment will throw a null reference error
The text was updated successfully, but these errors were encountered:
We have event handlers registered in Vendr that when a country is deleted, it should remove itself from all currencies as an allowed country so that shouldn't be able to happen.
I'll have to take a look at why that might be occuring 👍
Hi Matt,
I'm getting a null reference error when deploying local changes to a new environment in Umbraco Cloud. I've traced it back to a Vendr Currency UDA that contains references to countries that have been soft deleted (as in, I deleted them in Umbraco but they still have rows in the DB).
To repeat this issue you need to:
The text was updated successfully, but these errors were encountered: