| From looking at the console of the demo cluster, it seems that the if (!response.ok) condition in the DataService is never hit, which is where the redirect happens. It's probably because our server is not returning the 403, but it comes from somewhere else (OpenShift). Some kind of middleware may need to be added to the UI to deal with this. |