Hello, I am trying to display an image from Instagram , that is - https://scontent-sea1-1.cdninstagram.com/v/t51.2885-19/s320x320/119381356_363756831450146_3008355575418576013_n.jpg?tp=1&_nc_ht=scontent-sea1-1.cdninstagram.com&_nc_ohc=j62-jU3QV2IAX-1p83_&edm=ABfd0MgBAAAA&ccb=7-4&oh=ec91cd00c2204c9fccbd1033e39da503&oe=60CAE84E&_nc_sid=7bff83
after .jpg there’s a timestamp, and image cannot be loaded without it, but bubble does not accept this kind of URL, maybe someone has a workaround for this? Appreciate it!
Here’s how it looks when adding the URL as image source -
You have an error of blocked request when you put it there and this is because it’s not the same origin (CORS)
The problem is not related with the content after ?
Not sure which solution is possible in this case.
You can also set API to set the field as text instead of image. In some case this will fill the issue of removing the stuff after ?
I could just use Regexp to trim the text after .jpg , but then Instagram wouldn’t return any image, that text after .jpg is some sort of a timestamp and it’s necessary unfortunately… Looking for some workaround
Like I told you, the issue is not the parameters. YOu cna keep it. But actually, when I test directly, this is Blocked by Instragram because the request is made from outside (CORS request, blocked by origin policy)