Known issues
Redirects are being counted multiple times
Redirects are being counted multiple times
ID: 1066548
Fixed
Published on 7/16/2024
•
Last update on 8/5/2024
Summary
When trying to upload a file with more than 200 redirects, the front gets into a loop and reads those redirects three times. This can lead to more redirects on the error message on the screen or in the loading modal. The redirects are not being duplicated, but we are reading them more than once.
Simulation
Try uploading a file with 930 redirects, for example. The loading modal will appear with a higher number than 930:

if the file contains an error, you can find a similar error message as this:
An error occurred while loading the image https://vtexhelp.zendesk.com/collaboration/graphql/attachments/download/s3-145778c5-53eb-4002-9b91-1b43f7394896/image.pngThis is just a front error, and it is not impacting the upload of redirects itself.
Workaround
N/A