Hi, i create pdf from a 3rd party app. In my database, i store the file as a URL which is saved within bubble’s servers (cdn.bubble.io) and when i try to display an image of the file with the image element i get the error: “The image could not be loaded…”. The url has “cdn-cgi/image/w=384,h=288,f=auto,dpr=2,fit=contain” within it for some reason. But when i upload a pdf file from my computer into the same Object or element, the image shows up. its the same file but in the database, it seems the url is stored in one case and the file itself is saved and that seems to be the difference. How can i get the url one to display in an image? I use it as a preview of the file to the user.