I’m running Universal on-prem, as a service, and hosted via a Azure App Proxy using OIDC. I find opening dashboards nearly always opens with a blank page but the admin dashboard is 100% reliable.
I’ve tried different settings under Application proxy to no avail. What has been other’s experiences with this configuration? Anything I’m missing?
I didn’t think to wait for it to populate the error. It usually sits at “Normalizing”, but I noticed this morning webSocket errors on pages I had left up. Same errors when I tried again and waited.
Based on your experience, it does not seem to be. It certainly is failing to connect the web socket. Web sockets are critical for dashboards to function properly. All event handling is done over web sockets.
Before I open an issue, I wanted to make sure I have the proper technology you are using. I noticed there is Azure App Gateway as well. Is that what you are using or are you using the Azure AD App Proxy?
Using Azure AD App Proxy, I suspected websockets initially as I did find articles it was not supported, but now is. Not sure if the limitations listed would be an issue.
I set this up this morning and have no issues with dashboards. Here are my App Proxy settings. I am running the nightly build for 2.9 so maybe something changed that got it working.
Changing the Internal URL to the actual server host name didn’t matter.
The page/dashboard simply will not display anything when it errors. Sometimes I will need to refresh 7-10 times before it works. Sometimes it loads successfully a few times in a row and then stops.
@adam, hold off doing any troubleshooting unless you can reproduce it quickly. We currently have two servers as connectors and one is planned for an OS upgrade as well as connector upgrade this Friday evening. I’m thinking the older version of our connector may not support web sockets as that was added at a later point.
Ok. Will do. Let me know if upgrading helps. Being that this doesn’t happen all the time, it could be a timeout issue or something and we can investigate further if you still are experiencing it.
@adam - I’ve just tried setting this up, I’ve built an app that I’m hoping to use for an internal process with go live on the 3rd. Last step for us is to expose it via app proxy.
I’ve followed the comments and settings above and I’ve got it working in that I can visit the admin page which loads aok, but the moment i try to visit an app/dashboard I just get web socket errors and a blank page.
PSU is installed on a standard windows box as a service, I’m currently just using a localhost (self signed) cert on the box with https enabled + OIDC integration on my app registration and PSU settings.
The admin page works flawlessly and I have noticed improvements in apps. The apps appear to function more often, but are extremely slow in performance. I’m not sure if this is related to something Microsoft has done or improvements in PSU upgrading from v2.6.x to 4.2.x. Regardless, still not production worthy.
Hmm, I’m not even getting it working at all, just a blank page with nothing loading, although it sounds like its a dead end if it’s not fully supported which is a shame, thanks for the info.
I do have another route to take thankfully which is via our F5 solution so I’ll go that path and hopefully make better progress!
Update 2 weeks later: After configuring this via F5 distributed cloud LB it all works perfectly!