sverhoeven / docker-cartodb

Dockerized CartoDB
BSD 3-Clause "New" or "Revised" License
148 stars 116 forks source link

No CSS? #65

Closed ghost closed 6 years ago

ghost commented 6 years ago

When I open the site to login it just get a login form with no css whatsoever.

When I login I get a spinning circle for a few seconds then just a white page.

Any ideas?

christophekey commented 6 years ago

I had this issue when installing firstly on AWS, issues were traced to: Firewall rules not added for :

  1. TCP port 3000 (Builder)
  2. TCP port 8080 (SQL API)
  3. TCP port 8181 (Maps API)

The SQL API needing module.exports.node_host setting to the AWS private IP for my EC2 instance.

Once i had made these changes, all seemed good.

ghost commented 6 years ago

Interesting. I opened the ports on my Ubuntu 16.04 server, cleared my cache and still have the issue.

sverhoeven commented 6 years ago

Is this on a fresh build or a pull from Docker Hub?

ghost commented 6 years ago

@sverhoeven a pull from the docker hub

ghost commented 6 years ago

I just tried a fresh build and have the same issue.

sindile commented 6 years ago

I have had this type of issue before. Try the following in /etc/hosts (replace cartodb.localhost with appropriate entry) ipaddress cartodb.localhost

ghost commented 6 years ago

@sindile The ip address of the machine running carto?

sindile commented 6 years ago

@ltd9938 the ip address of the carto docker container

ghost commented 6 years ago

@sindile Doesn't work unfortunately

ghost commented 6 years ago

Got it. Had to change cardodb.localhost to the docker container ip in the start command.

Baschdl commented 4 years ago

localhost should also work instead of the container ip if you're running it on your local machine