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
I've got job names that include a slash character, such as user/234 and server/2 and when I try to clean tasks individually, it fails with a 404.
I suspect it's due to the slash character, but not sure where to start to confirm. Would this be a matter of escaping the jobId before using in the URL?
I've got job names that include a slash character, such as
user/234
andserver/2
and when I try to clean tasks individually, it fails with a 404.I suspect it's due to the slash character, but not sure where to start to confirm. Would this be a matter of escaping the jobId before using in the URL?
Example
PUT
request (note that my UI is on/q
):The text was updated successfully, but these errors were encountered: