Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ui-view - works fine in Google Chrome, errors in IE
Message
 
 
To
All
General information
Forum:
Javascript
Category:
Other
Title:
Ui-view - works fine in Google Chrome, errors in IE
Miscellaneous
Thread ID:
01616540
Message ID:
01616540
Views:
25
Hi everybody,

We have a form that works in Google Chrome and produces an error in IE.

In Google Chrome I see the following URL
http://localhost:5525/CustomerAccounts/Accounts#/edit/KkdVRVNUUyogIA%253d%253d/invoices/1002001/general?accountNameHash=KkdVRVNUUyogIA%253d%253d
The code being executed is this:
state.go('edit.invoices', { invoiceId: invoiceNo, accountNameHash: scope.acctNameHash });
and the form from which this code is executed is already a ui-view.

In IE I am getting this error:
Server Error in '/' Application.

The resource cannot be found. 
  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 

 Requested URL: /CustomerAccounts/


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34237
and the URL I see is
http://localhost:5525/CustomerAccounts/
I am wondering what we can do to test this problem and figure why it works in Google Chrome but not in IE?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Reply
Map
View

Click here to load this message in the networking platform