I have a Xano backend where I am uploading an image to the backend. All of that seems to be working and the database fields are populating with filename, path, url, etc. as expected. My problem is when I go to link the PDF. So if I create a workflow from a text field to navigate to a page and use the dynamic URL it does nothing. If I use a button to open the url it opens a blank page. I can see the value of the URL and if I copy and paste it opens the PDF. I do not understand why.