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
On the main Queue tab, cluck any one of the "queue name" buttons, and you redirect to a page for that queue.
On any other page where a "Queue name" button exists (schedule jobs, blocked jobs, failed jobs, etc), the link errors (fails to successfully redirect). I'm not sure if my authentication system is impacting the errors, but I have confirmed the root cause is:
On the queue page, the "Queue name" buttons honor the case of the Queue name (i.e., QoS60s) is part of the URL with that casing.
On all the other pages, the "Queen name" buttons have the queue name in all lower case, which is failing in a case sensitive query somewhere.
I might have time to dig more if this description isn't robust enough to take you to the "oh crap, why are we downcasing this string" line of code.
The text was updated successfully, but these errors were encountered:
On the main Queue tab, cluck any one of the "queue name" buttons, and you redirect to a page for that queue.
On any other page where a "Queue name" button exists (schedule jobs, blocked jobs, failed jobs, etc), the link errors (fails to successfully redirect). I'm not sure if my authentication system is impacting the errors, but I have confirmed the root cause is:
I might have time to dig more if this description isn't robust enough to take you to the "oh crap, why are we downcasing this string" line of code.
The text was updated successfully, but these errors were encountered: