Hi nice people,
In my development machine I have properly configured maps for a couple of fieldsets in a Statamic-based site. However, in the production server (AWS EC2) those don't work.
While in the local machine there is no error messages in the console, in the production server I'm getting some errors related to the location add-on:
GET http://simssa.ca/_add-ons/location/css/leaflet.css publish?path=foo/path
GET http://simssa.ca/_add-ons/color/css/spectrum.css publish?path=foo/path
GET http://simssa.ca/_add-ons/location/css/override.css publish?path=foo/path
GET http://simssa.ca/_add-ons/color/js/jquery.spectrum.js publish?path=foo/path
GET http://simssa.ca/_add-ons/location/js/leaflet.js publish?path=foo/path
GET http://simssa.ca/_add-ons/location/js/jquery.location.js 404
However in the development machine these same links are referred to
http://simssa.ca/index.php/_add-ons/fooresource/path
I guess I need to change something in BASE_PATH
or __DIR__
in index.php
but I haven't found the solution yet.
Thanks