When I'm trying to import my custom HTML template, it keeps saying:
We couldn't find the following images: "", "", "", "", "". Make sure they are included in the zip file you uploaded.
The images in the template are hosted on my own webserver. I also tried stripping the URLS to just ‘test-image.jpg’ f.e. and include them in a zip, but then I get a message that ‘test-image.jpg is missing’… Can someone help me out?
Thank you @david.to for your reply and @Alex73 for your feedback.
Please make sure that any elements in the template you're importing don't have empty background attributes. Here's an example of what that might look like:
I had an external JS file that was included in my export from Drip. When I excluded it (and removed the reference from the HTML), the import worked fine.