I'm getting this error when I try and connect a site to courier as a location:-
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentNullException: Value cannot be null. Parameter name: The string which needs to be decrypted can not be null. at Umbraco.Courier.Core.Helpers.Encryption.Decrypt(String cryptedString, String key) at Umbraco.Courier.RepositoryProviders.Webservices.Repository.AuthorizeByCredentials(String username, String password) at Umbraco.Courier.RepositoryProviders.Webservices.Repository.AuthorizeAndLog(String memberName) at Umbraco.Courier.RepositoryProviders.Webservices.Repository.GetAvailableRevisions(String username, String password) --- End of inner exception stack trace ---
Error trying to connect to site using courier
Hello,
I'm getting this error when I try and connect a site to courier as a location:-
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentNullException: Value cannot be null. Parameter name: The string which needs to be decrypted can not be null. at Umbraco.Courier.Core.Helpers.Encryption.Decrypt(String cryptedString, String key) at Umbraco.Courier.RepositoryProviders.Webservices.Repository.AuthorizeByCredentials(String username, String password) at Umbraco.Courier.RepositoryProviders.Webservices.Repository.AuthorizeAndLog(String memberName) at Umbraco.Courier.RepositoryProviders.Webservices.Repository.GetAvailableRevisions(String username, String password) --- End of inner exception stack trace ---
Anybody know how to fix it?
Thanks Paul
Do you have the user tag?
If not add it in and select a user that has courier permissions.
Thanks
In the courier config under repositories
is working on a reply...