
v2tkj (v2tkj) asked a question.
On my angular application login/callback redirects to blank Page with http://localhost:4200/login/callback?code=1QpBBt6g........... in URL and following errors on console please help
Refused to apply style from 'http://localhost:4200/login/styles.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
runtime.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
polyfills.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
vendor.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
main.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)

Hi Kavya,
The error codes which you are getting is related to application code and not for OKTA redirection, so you have to once again check your application code and then try it.
@v2tkj (v2tkj) Okta only do the redirect, after redirect it is application issue. contact your dev team of this application.