sandeep kumar
sandeep kumar
Edit resources_url_template in container nano /Windshaft-cartodb/config/environments/development.js #Find resources_url_template change http to https in protocol of https version. Final Block like this: ``` ,resources_url_templates: { http: 'http://carto.gq:{{=it.port}}/user/{{=it.user}}/api/v1/map', https: 'http://carto.gq:{{=it.port}}/user/{{=it.user}}/api/v1/map' } ```
It is generally a cache issue try to delete cache of your browser. On Tue 29 May, 2018, 2:32 PM Stefan Verhoeven, wrote: > Reopened #22 . > > —...
Are the permissions to access map right because this happens when map template is not accessible either due to cache or access settings. On Mon 25 Jun, 2018, 4:55 PM...
Can you attach a screenshot On Mon 25 Jun, 2018, 5:00 PM Fabien Leprovost, wrote: > yep data is public and carto is public > > — > You are...
Credit goes to Aaron for this solution. Hi Sandeep, I think I have worked it out. if you are interested, the trick seems to be setting the ruby environment variable...
I will look into it