Am hitting the url http://localhost:3000/test of my application adding secure route which in turn redirects to otka login page and once i login , it shows
https://dev-*******-admin.okta.com/admin/getting-started) instead of http://localhost:3000/test
My redirect uri: http://localhost:3000/login/callback
And also am getting an error in the network tab the below link not found with response
(https://dev-******-admin.okta.com/api/internal/v1/onboarding/profile)
{
“errorCode”: “E0000007”,
“errorSummary”: “Not found: Resource not found: ***********(DeveloperOnboardingProfile)”,
“errorLink”: “E0000007”,
“errorId”: “oae2ExIbY5cTIeCoU__2eFEYA”,
“errorCauses”:
}
whats wrong with my setup? why am getting profile not found error?