Google Maps Component Plugin : 404 Not found error

I implemented the Google Maps Component Plugin in the Dev and Test environments, and everything worked as expected. However, after deploying to Production, Google Maps is not functioning. Upon inspecting the browser console, I see the following error: Failed to load resource: the server responded with a status of 404 (Not Found) - Googlemap.svg. I’ve checked the server configuration, and it appears to be identical to the other environments. Any idea what could be causing this issue?"

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    The 404 error for googleMap.svg typically means the Google Maps plugin wasn't properly deployed to Production - the static assets are missing.
    First, verify the plugin is installed in Admin Console and re-deploy it from your working Dev/Test environment.
    If the plugin is definitely installed, check for Production-specific issues like incorrect Google Maps API key configuration, network/firewall restrictions, or domain restrictions on the API key. 

  • Hi  , the plugin was definitely installed correctly (and I re-installed to ensure it was). I also dumped the contents of the zip for the google plug-in zip - the package included all the assets and the checksums matched the other environments. 

    From an Appian platform perspective, is there any particular System Logs that may prove to be helpful in troubleshooting this matter? i.e. Watch the logs for the googleMap.svg load? You may be correct in your hunch that it is related to the network and firewall -- I am currently investigating that avenue.

    Thank you for your support.

  • 0
    Certified Lead Developer
    in reply to davidb8924

    Generally error shows in below logs
    tomcat-stdOut.log - Shows servlet/resource loading errors
    application-server.log - Web server request/response issues

    Keep us posted about your findings

Reply Children