We are working on application where frontend is developed in Angular & backend is SpringBoot. In our application, when we hit the URL it throws "WhiteLabel Error Page". To resolve this, earlier we have added hash (#) in Angular side but while Okta integration we need to remove this hash(#) and after removing this hash, again we are getting "WhiteLabel Error Page". So, if any one faced this issue then let me know how to resolve it. I know how to resolve it from springboot end but we need to provide fix from angular end. Even someone don't face this but have idea then please let me know. It is very much appreciated.
we have added hash (#) in Angular side but while Okta integration we need to remove this hash(#) and after removing this hash, again we are getting "WhiteLabel Error Page".how to resolve it.