UmbHost / UmbCheckout

UmbCheckout an eCommerce solution for Umbraco
https://umbcheckout.net
Apache License 2.0
7 stars 7 forks source link

Value truncated error #37

Closed AaronSadlerUK closed 1 year ago

AaronSadlerUK commented 1 year ago

When adding a license key it can throw the following exception:

Microsoft.Data.SqlClient.SqlException (0x80131904): String or binary data would be truncated in table '.dbo.umbracoKeyValue', column 'value'. Truncated value: ''.
The statement has been terminated.
AaronSadlerUK commented 1 year ago

The solution will be to store the data in a different table

AaronSadlerUK commented 1 year ago

Fixed in 1.0.1

AaronSadlerUK commented 1 year ago

This can use the original KeyVault table in the next LTS

https://github.com/umbraco/Umbraco-CMS/pull/14085