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
Hi,
I upgraded from v14 to v15 i get this error.
Also after update I got an empty page after login, I should force $state.go('home') to get to the page, before was working with this "$location.path(...);"
TypeError: Cannot read properties of undefined (reading 'inherit')
at StateParams.$inherit (stateParams.js:25:55)
at StateService.href (stateService.js:502:34)
at BaseUrlRule.handler (urlRule.js:122:24)
at UrlService.sync (urlService.js:167:39)
at startUIRouter (main.ts:20:18)
at _ZoneDelegate.invoke (zone.js:372:26)
at Object.onInvoke (core.mjs:24210:33)
at _ZoneDelegate.invoke (zone.js:371:52)
at Zone.run (zone.js:134:43)
at NgZone.run (core.mjs:24064:28)
The text was updated successfully, but these errors were encountered:
Hi,
I upgraded from v14 to v15 i get this error.
Also after update I got an empty page after login, I should force $state.go('home') to get to the page, before was working with this "$location.path(...);"
The text was updated successfully, but these errors were encountered: