Hi Zeroqode team,
I’ve been using the PDF Conjurer plugin for some time, before it was acquired by Zeroqode, but it now seems to be experiencing issues related to the most recent update.
When inserting images into the PDF, users on my app are getting errors like the one in the screengrab below.
I’ve noticed the URL of the image is preceded by https://cors-anywhere-zq.herokuapp.com/
, which isn’t true of the image link this is trying to fetch. I’m assuming this is now being added in by the plugin.
The image in question is protected by privacy rules in Bubble, so it’s not available publicly. I expect this is why the ‘CORS anywhere’ service being used is returning a 403 error, because it doesn’t have the permission to access this image.
Is there a way we can opt out of having images processed through the ‘CORS anywhere’ service when they are hidden behind privacy rules?
Many thanks
–Gregor