StackStorm / st2web

StackStorm Web UI
http://www.stackstorm.com/features
Apache License 2.0
102 stars 83 forks source link

Packs tab stops rendering after some time #919

Open minsis opened 2 years ago

minsis commented 2 years ago

I'm having some weird issue where the packs tab is not rendering the list of packs.

image

You can see a list of the packs that is queried as a payload back to the client, but the site wont render it. I've tried this in incognito mode both in FF and Chrome and get the same issue. I have three clusters in three datacenters and they're all doing the same thing.

I do have our own index.json file for our own custom pack install list, but this has never been an issue before. Nothing in the nginx error or access logs that indicate an issue. No errors in the console.

I dont even know how to begin troubleshooting this.

minsis commented 2 years ago

As anyone been able to verify this issue? I have 3 disparate clusters and a stand alone test server and they all have this issue.

djoproject commented 1 year ago

I have the same issue. I haven't change any global setting before it occurs. The stackstorm version is st2 3.7.0, on Python 3.8.10

I tried the followings but it didn't help:

On firefox console, I can see the following errors:

Even in the case of those events are not related, this really looks like a frontend problem. In the network console of firefox, I can see the package configurations being retrieved through API calls.

EDIT 1: after a complete re-installation, the bug is no more present. The errors in the Firefox console are still there so it is definitely not related to the bug. The stream connection error is probably related to a forced refresh (ctrl+shift+r). And the API call give the same output as before on route (on route /config_schemas and /configs?show_secrets=true) Suspicion continues to be on the fronted part.

minsis commented 1 year ago

This is still an issue in 3.8.0 for us.

hgjsj commented 1 year ago

I have the same issue, and raise it, but nobody response so far.

It seems st2 need access stackstorm exchange portal to retrieve all packs information. The pack page is empty if st2 instance has no internet access.