We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Sky Analytics app on the production environment, during sign-in, the register API is unexpectedly redirecting to the development environment.
Open the Sky Analytics app in the production environment. Attempt to sign in with valid credentials. Observe the API call for register.
The register API call redirects to the development environment, blocking the sign-in process.
The register API call should remain within the production environment and complete the sign-in process successfully.
The text was updated successfully, but these errors were encountered:
Tested this and its working fine. cc @omkar-em
Sorry, something went wrong.
prasad-takale-eminds
No branches or pull requests
Issue Summary:
In the Sky Analytics app on the production environment, during sign-in, the register API is unexpectedly redirecting to the development environment.
Steps to Reproduce:
Open the Sky Analytics app in the production environment.
Attempt to sign in with valid credentials.
Observe the API call for register.
Actual Result:
The register API call redirects to the development environment, blocking the sign-in process.
Expected Result:
The register API call should remain within the production environment and complete the sign-in process successfully.
Screenshot
The text was updated successfully, but these errors were encountered: