After upgrade to Umbraco 7.11.1 I'm not able to connect to my Courier (3.1.4) loactions.
Error "Server was unable to process request. ---> Value cannot be null. Parameter name: The string which needs to be decrypted can not be null."
I did move from legacyEncoding="true" to false. After the change I was able to reset my admin password and update all other user passwords. I'm able to login and update passwords without any issues after the migration on all users.
The user id 4 is set to user group with credentials to access courier in the user group settings. Have I broken the whole thing by migrating from legacyEncoding true to false?
Unable to connect to location with Courier
Hi,
After upgrade to Umbraco 7.11.1 I'm not able to connect to my Courier (3.1.4) loactions.
Error "Server was unable to process request. ---> Value cannot be null. Parameter name: The string which needs to be decrypted can not be null."
I did move from legacyEncoding="true" to false. After the change I was able to reset my admin password and update all other user passwords. I'm able to login and update passwords without any issues after the migration on all users.
I have tried changing this:
to this (on send and receiver location with the same apikey):
The repository markup looks like this:
The user id 4 is set to user group with credentials to access courier in the user group settings. Have I broken the whole thing by migrating from legacyEncoding true to false?
Also, would the setting:
make things go wrong?
I need help...
/ David
Found the problem, my CSP security headers fcuked it up... I'm able to connect now. :)
is working on a reply...