I just ran into an error that occurs on a site that is currently live. When trying to reconfigure an Umbraco Forms license, the login inside Umbraco doesn't work. Looking at the request going to /umbraco/backoffice/UmbracoForms/Licensing/PostRetriveAvailableLicenses, it gives an error saying
"The request failed with the error message:
<head><title>Document Moved</title></head> <body><h1>Object Moved</h1>This document may be found <a HREF="http://umbraco.com/webservices/licensing.asmx">here</a></body>
--."
Is this an error inside of Umbraco Forms, or can I as a developer go about and change the URL to which Umbraco does its license lookup?
I'm running into the exact same problem on umbraco 7.2.8 with UmbracoForms 4.1.4, but it affects my dev and local instances as well. When I try to authenticate with umbraco.com in the backoffice to attach one of the licenses I bought, I get this error in the chrome console:
I did a little debugging in the console and was able to get more details that match up with what you were seeing:
Exception Message:
The request failed with the error message:
--
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="http://umbraco.com/webservices/licensing.asmx">here</a></body>
--.
Stack Trace:
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Umbraco.Forms.Web.org.umbraco.Licensing.ListLicenses(String username, String password, String productId)
at Umbraco.Forms.Web.Editors.LicensingController.PostRetriveAvailableLicenses(LicenseConfiguration model)
at lambda_method(Closure , Object , Object[] )
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)
at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)
Yes! I maybe should've said I'm running in to this problem on dev and test sites as well. Seems to me there's an error in a Forms assembly. A fix/workaround would be welcome!
You need to download your license file for the site from Umbraco.com and put it in your project's "bin" folder yourself. That won't "fix" it but it will handle the registration of your copy of Umbraco Forms.
Wrong URL to Umbraco Forms license webservice ?
Hi!
I just ran into an error that occurs on a site that is currently live. When trying to reconfigure an Umbraco Forms license, the login inside Umbraco doesn't work. Looking at the request going to /umbraco/backoffice/UmbracoForms/Licensing/PostRetriveAvailableLicenses, it gives an error saying
Is this an error inside of Umbraco Forms, or can I as a developer go about and change the URL to which Umbraco does its license lookup?
Running Umbraco 7.3.0.
Thanks!
I'm running into the exact same problem on umbraco 7.2.8 with UmbracoForms 4.1.4, but it affects my dev and local instances as well. When I try to authenticate with umbraco.com in the backoffice to attach one of the licenses I bought, I get this error in the chrome console:
I did a little debugging in the console and was able to get more details that match up with what you were seeing:
Exception Message:
Stack Trace:
Yes! I maybe should've said I'm running in to this problem on dev and test sites as well. Seems to me there's an error in a Forms assembly. A fix/workaround would be welcome!
Having same issue as well when trying to login and validate a license.
Same issue as well. Running Umbraco 7.2.8. Hoping this can be resolved without upgrading Umbraco as this is not really an option for us at the moment.
Running Umbraco 7.3.1. Getting the same error while trying to retrieve the liscense for Umbraco Forms.
I'm also experiencing this issue. Has anyone found a fix?
You need to download your license file for the site from Umbraco.com and put it in your project's "bin" folder yourself. That won't "fix" it but it will handle the registration of your copy of Umbraco Forms.
is working on a reply...