cancel
Showing results for 
Search instead for 
Did you mean: 

Approuter /logout redirect issue

rupambecs999
Explorer
0 Kudos

I have an application running on SAP BTP and I am using Approuter in my project. I am calling /logout as soon as the user tries to logout from the application and it is working fine. However, after logging out, when they try to log in to the application again, it shows a page called "Where to?". How to resolve this issue?

View Entire Topic
Willem_Pardaens
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can use a welcomeFile to set which page to open by default if nothing is specified in the URL:

{
  "welcomeFile": "/app/listreport/webapp/index.html",
  "routes": [
    ...
  ]
}