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
From https://DOMAIN/cfg/api/v1/chains/ return url with /media/PATH_TO_ICON, I can handle correct url with nginx: rewrite ^(/(media)(/.*)?)$ /cfg$1 last;
This fixes an issue when accessing/saving the cfg assets and stores the media assets in a volume making the assets persist when the container changess
fixessafe-global#174
xliee
linked a pull request
Feb 2, 2025
that will
close
this issue
I'm trying to download chain_logo and currency_logo on chain settings via cfg/admin. I have tried next configurations:
So, the only way to download and open the icon via a direct link, when MEDIA_URL="/media/”, as described in the first configuration.
The text was updated successfully, but these errors were encountered: