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
you can try re-deploying the plugin again in the Admin Console. If the same error comes up then its better to check with Appian support team and check on the server end.
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.