Below error I get using hash
Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'auth-callback/id_token'
Things are working fine without hash
After login it tries to read for id_token but it do not gets it since now the url is something like
- website.com/#/auth-callback/id_token=something................
without hash redirect url is
- website.com/auth-callback/#id_token=something................
How can I solve this issue?