cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to preview app in BAS

RaminS
Active Participant
7,861

Does anyone know why sometimes when trying to Preview Application in BAS (or $npm run start), the sign-in prompt comes up but does not authenticate against the backend gateway (on-premise).

This happens to all the developers in our team, once in a while, usually we're able to run the Fiori apps in BAS, but occasionally we're stuck at the sign-in prompt.

No errors in the console. I tried restarted the dev space, clearing browser cache, nothing helped.

Can anyone help us understand what's happening here?

Would appreciate it.

View Entire Topic
IraGordin
Advisor
Advisor

 

Hi Ramin,

As a less disruptive workaround, I propose deleting only the ARBE cookie instead of clearing all history and cookies from the browser.
In order to delete the ARBE cookie in Chrome:
    •    Open Developer Tools (F12) → Application → Cookies
    •    Select port<8080/8888>-workspaces-ws-<wsid>.<bas-url> domain and delete ARBE cookie. 
    •    Refresh the browser.

Thanks,
Ira

RaminS
Active Participant
Thanks Ira. That is a great work-around, it saves us LOTs of time as we don't have to clear the entire browser cache and restart everything.