You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.$stateParams seems to be undefined for no apparent reason.
The error was detected on Chrome andSafari.
Steps to Reproduce
Unfortunately, I haven't been able to reproduce this issue. I've been looking for sometimes but this error happens quite rarely (1/2.000 page views). I'd love to do the fix myself but I'm looking for new ideas because I'm running out of it.
I have a feeling that this could be related to custom pages (altough the error is in the ListLayoutController; maybe when switching from a custom page to a list?).
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Description
I tracked that on some rare occasions my users were getting the following error:
undefined is not an object (evaluating 'this.$stateParams.search=r')
https://github.com/marmelab/ng-admin/blob/master/src/javascripts/ng-admin/Crud/list/ListLayoutController.js#L122
this.$stateParams
seems to be undefined for no apparent reason.The error was detected on Chrome andSafari.
Steps to Reproduce
Unfortunately, I haven't been able to reproduce this issue. I've been looking for sometimes but this error happens quite rarely (1/2.000 page views). I'd love to do the fix myself but I'm looking for new ideas because I'm running out of it.
I have a feeling that this could be related to custom pages (altough the error is in the ListLayoutController; maybe when switching from a custom page to a list?).
Thanks for your help!
The text was updated successfully, but these errors were encountered: