November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi Jacob
I see the same for point one. Safari strict mode rejects loading that file. But the page loads anyway. You could post a support case, as it is not right.
For point two it often turns out to be that an REST API returns an unexpected response. I would probably set a breakpoint on that method and see what is returned versus what was expected.
I managed to look into point 2 some more, it is the below API request that failed due to access restrictions (no idea why an internal Opti API URL isn't behind /episerver/ like it should be but it is what it is)
/csr/api/countries
This URL also returns a 500, which isn't great
/csr/api/carts?startingIndex=0&numberOfRecords=50&status=Any&createdFrom=&createdTo=&siteId=Any
{
"message": "Object reference not set to an instance of an object.",
"messageDetail": "Object reference not set to an instance of an object.",
"statusCode": 500
}
On latest Customised Commerce the Order Management screen does not load correctly as I think the manifest isn't loaded (Latest Chrome, Firefox etc)
1. Error in console (firefox only)
This can be verified by looking at the html source : view-source:https://www.example.com/EPiServer/Commerce/OrderManagement
2. The following error also occurs in the browser (Latest Chrome, Firefox etc)