Actions
Bug #10189
closedWhen sharing a file, the generic method always returns "repaired"
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
When we share a file, the generic method always returns "repair" status, wbecause it doesn't detect that file is already there
Indeed, it calls
https://server/rudder/relay-api/shared-files/d3db571a-9659-4fc9-9230-e594cb9d65b4/82d806d8-1359-4d8f-a405-fe8cab062888/pouet?ttl=30minutes&hash=3539d0fc14b5aae37297b1e99f1ba6312c96d039194bdd03546fd948a82a372bc29e1450d2fb970aba411688b1cddd2a0eef3b95d9783123edf4913274a0b461
to detect if file is there.
Note the 2 "?" in the URL - second one should be &
Actions