docker-cartodb icon indicating copy to clipboard operation
docker-cartodb copied to clipboard

Dockerized CartoDB

Results 33 docker-cartodb issues
Sort by recently updated
recently updated
newest added

Is there a hardcoded upload size limit? I'm trying to upload a csv that's over 1gb and it says it fails for an unknown reason. Same thing happens if I...

Hi, I was trying to run this container in a separate server, and finally everything works great! After while i was trying to create an Application under `/oauth_apps` and i...

Hi, I'm trying to import a postgres table using the postgres connector, passig this json in the body: ``` { "connector": { "provider": "postgres", "connection": { "server": "localhost", "port": "9000",...

Hi I am running the following command to star the container "docker run -d -p 80:80 -v [URL] --restart unless-stopped -v $PWD/cartodb_pgdata:/var/lib/postgresql sverhoeven/cartodb" The data is persisting after restart but...

Hi, I can log in and create datasets and do what I need in builder. But I cannot access the sql or import api. How can you access the APIs...

How are you, We are developing progressive web pages - pwa - https://developers.google.com/web/progressive-web-apps/ to show carto maps and the implementation needs to use the https protocol. I Take the code...

When I open the dashboard page i first see a login prompt in left corner of screen ( weird location ) and then after providing user/password it just shows a...

Varnish doesn't cache requests with the cookie because each one has another cookie

### Setup - `carto-vl` v1.4.6 - 6 months old image `sverhoeven/cartodb` on dockerhub to have a response from http://localhost/user/dev/api/v1/map (see https://github.com/sverhoeven/docker-cartodb/issues/87) ### Problem - `TypeError: n is undefined (carto-vl.min.js:6:500820)` when...

Calls to http://localhost/user/dev/api/v1/map result in `Error 503 Service Unavailable` `XID: 1006320640` from varnish. Calls to http://localhost/user/dev/api/v2/sql and http://localhost/user/dev/api/v1/imports/ (JSON is returned) as well as http://localhost/user/dev/api/v1/maps (routes pages or results) work.