<error><![CDATA[MESSAGE: Destinationen for en aktivering udløste en undtagelse. STACKTRACE: ved System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) ved System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) ved System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) ved Umbraco.Web.BaseRest.RestExtensionMethodInfo.Invoke(String[] parameters) INNEREXCEPTION: System.Exception: The request data must have a field name="storeId" and it must have a value ved TeaCommerce.Api.Web.FormPostHandler.FormPost() ved TeaCommerce.Umbraco.Web.RestExtensions.FormPost()]]></error>
Why dont you make this kind of redirect in the web.config? If you have Url rewrite installed on the IIS you can do it there. Then it will rewrite before Umbraco gets the request which could be the problem here.
The request data must have a field name="storeId" and it must have a value
Hi
I have build a shop and it is almoast finished. Now i get this error. The request data must have a field name="storeId" and it must have a value
What am i missing here?
This is from the AddOrUpdateOrderLine
This is where i get the id in the master
Both of the above is a copy of the source code
This is from the console Postform.aspx
René
Hi Rene
When does this happen? What API method do you execute?
Kind regards
Anders
Hi
When i use HTML AddOrUpdateOrderLine
Here is the source from the console
Here is the complete error message
René
Hi Anders
I found out why
For some reason file was missing in the bin Infralution.Licensing.dll
And i had made a redirect from non www to www.
That is why it not worked.
But why cant cant i make a redirect?
Why dont you make this kind of redirect in the web.config? If you have Url rewrite installed on the IIS you can do it there. Then it will rewrite before Umbraco gets the request which could be the problem here.
Kind regards
Anders
HI Anders
Good question.. I will figure it out.
Tanks
René
is working on a reply...