Question
Areteans
GB
Last activity: 20 Mar 2022 9:04 EDT
Invalid URL message after logging via PRServlet url
Hi ,
I am facing an issue while logging into Pega personal edition 8.7
I have ceated an application with name React-App and application url alias :
http:// Proprietary information hidden:8080/prweb/PRAuth/app/react-app/
created a developer access group and mapped a user to the AG with default accesgroup.
Now, whenever I try to login via PRServelt or PRAuth , by providing basic credentials, I always first see the message,
Invalid URL
The application has been upgraded to use a new URL. Use the following URL: http:// Proprietary information hidden:8080/prweb/PRServlet/app/react-app/
only after clicking the given url , and providing the username and password again, I was able to login to the application.
So it means, users need to provide credentials twice to login into the environment. Always the login URL should be application-agnostic, it does not make sense to use an application specific URL to login into the server, because until the user has logged in, it's impossible to know which application user has access to, considering that a pega platform can and will contain multiple applications.
Any answer to this problem would be appreciated.