Closed ghost closed 6 years ago
I had this issue when installing firstly on AWS, issues were traced to: Firewall rules not added for :
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.
Interesting. I opened the ports on my Ubuntu 16.04 server, cleared my cache and still have the issue.
Is this on a fresh build or a pull from Docker Hub?
@sverhoeven a pull from the docker hub
I just tried a fresh build and have the same issue.
I have had this type of issue before. Try the following in /etc/hosts (replace cartodb.localhost with appropriate entry) ipaddress cartodb.localhost
@sindile The ip address of the machine running carto?
@ltd9938 the ip address of the carto docker container
@sindile Doesn't work unfortunately
Got it. Had to change cardodb.localhost to the docker container ip in the start command.
localhost
should also work instead of the container ip if you're running it on your local machine
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?