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?"
Failed to load resource: the server responded with a status of 404 (Not Found) - Googlemap.svg
Discussion posts and replies are publicly visible
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 Shubham Aware , 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.
Generally error shows in below logstomcat-stdOut.log - Shows servlet/resource loading errorsapplication-server.log - Web server request/response issuesKeep us posted about your findings
The root cause was a misconfiguration within the webserver. The dynamic URL was pointed to wrong location, and upon correcting it, the issue was resolved.More info/suite/help/<version>/Configuring_Apache_Web_Server_with_Appian.html#dynamic-content-virtual-host