Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ui-view - works fine in Google Chrome, errors in IE
Message
 
 
À
Tous
Information générale
Forum:
Javascript
Catégorie:
Autre
Titre:
Ui-view - works fine in Google Chrome, errors in IE
Divers
Thread ID:
01616540
Message ID:
01616540
Vues:
24
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
Répondre
Fil
Voir

Click here to load this message in the networking platform