You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After restarting the web app and after a little time lists fail to load for a period of time, and runners wont run. Basically, anything that calls back to the webserver stops until event_stream has failed after several retries. Screenshot below.
The ss shows a run, and shortly after if event_stream makes a call it will hang the call (failed), then i have to wait for event_stream to make several failed calls, usually about 45 seconds each until they stop. At this point i can run jobs and load lists just fine.
It's as if the event_stream does not take a valid token and pass this when making the call.
To Reproduce
Steps to reproduce the behavior:
Load Alcali,
Open dev tools Network tabm
Switch between jobs list page and minions list page,
Eventually a list will fail to load,
Networks tab will show event_stream making longs calls after failing the list data call.
Expected behavior
It should not happen.
Screenshots
Desktop (please complete the following information):
OS: uBuntu server (fairly new), eveything else windows server 2019/2012 r2/windows 11
Browser: Brave v1.44.108
Version salt-master=3004, alcali=develop branch circa september '22
Additional context
If i trigger a replay from the Network tab it may fail with a 401. If i load the url into Postman and provide the token from a valid run or minions call it succeeds.
The text was updated successfully, but these errors were encountered:
Describe the bug
After restarting the web app and after a little time lists fail to load for a period of time, and runners wont run. Basically, anything that calls back to the webserver stops until event_stream has failed after several retries. Screenshot below.
The ss shows a run, and shortly after if event_stream makes a call it will hang the call (failed), then i have to wait for event_stream to make several failed calls, usually about 45 seconds each until they stop. At this point i can run jobs and load lists just fine.
It's as if the event_stream does not take a valid token and pass this when making the call.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should not happen.
Screenshots
Desktop (please complete the following information):
Additional context
If i trigger a replay from the Network tab it may fail with a 401. If i load the url into Postman and provide the token from a valid run or minions call it succeeds.
The text was updated successfully, but these errors were encountered: