Hi guys
Seeing 3 strange 404 errors that make no sense on my site south shore mot blackpool centre at https://www.southshoremotcentre.co.uk/
What are they? How can I resolve it ? Is it to do with the theme?
Hey codecreative,
I took a look at your 404’s and see they are coming from:
https://lh3.googleusercontent.com/a-/s48-c/AAuE7mC9FnMeFkj8hLf6v5P84ynEnq4ZD_X-7zHOOoPO
This seems to be a photo from Google Drive, or perhaps a file.
Have you linked any assets from your Google Drive on your site?
If you can’t find it please include an admin login in the Private Content area so we can be of more assistance.
Best regards,
Mike
Thank you it is driving me insane
Hi,
Thank you for the login, as I looked closer I found that the error is actually for Google Maps (init_embed.js:172)
which is your map iframe:
<iframe style="border: 0;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2357.2121961597686!2d-3.0491942839249377!3d53.78571074941063!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487b4402051c9e99%3A0x5b177425636c9e5d!2sSouth+Shore+Mot+Blackpool!5e0!3m2!1sen!2suk!4v1555064402445!5m2!1sen!2suk" width="400" height="300" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
Removing it solves, but I know you want to use it :) So as I compaire your iframe with the Google Developers Guide it looks like the map iframe requires a API Key, and I don’t see one in yours. Please read the developers guide and get a API Key and add it to your code.
Best regards,
Mike