301 Redirects Break SVG Image Elements #24
Labels
BACKEND
BRIDGE
for the SEND_STATUS submodule
headless
convert-svg and/or puppeteer issues
help wanted
Extra attention is needed
Most likely to occur when an SVG composition has an image embed to
https://imgur.com/someURL
as these all return301 - Permanently Moved
status and instead of shunting over tohttps://i.imgur.com/someURL
the headless browser fails to load the resource at all.This can be worked around by using the
i.imgur.com
URL as the source initially, but an HTTP 301 really should be handled more gracefully than this...in-browser Frontend preview works fine, of course, but it fails in puppeteer/headless Chromium when attempting to post.
The text was updated successfully, but these errors were encountered: