I have setup a local copy of cartodb, and while I can fully login to the console, I'm having trouble using the Maps API to list and modify map templates. Is this something that is supported?
Carto's official documentation on the Maps API with examples: https://carto.com/docs/carto-engine/maps-api/named-maps/
I've tried commands that have worked in the past, and am having no luck.
Command to list map templates: curl -X GET 'https://cartotest.localhost.lan/api/v1/map/named?api_key=APIKEY'
Depending whether I try using http or https I get the responses: curl: (7) Failed to connect to cartotest.localhost.lan port 80: Connection refused curl: (7) Failed to connect to cartotest.localhost.lan port 443: Connection refused
Has anybody else tried this? Maybe I just have something setup wrong. Thanks in advance!
Issue resolved by this post. Addressing the Maps API port 8181 solved the issue.