Closed djedlajn closed 8 years ago
Hello, you might encounter the same issue than https://github.com/nhurel/nylas-sync-engine/issues/12 Can you try the fix described in the last comment : https://github.com/nhurel/nylas-sync-engine/issues/12#issuecomment-255170246 and let me know if it fixes your issue ?
FYI, I've just updated the README to help starting the containers for the first run.
HTH
Yeah thanks, its all up and running now but how do i point it towards the ip of the droplet ? edit: I managed to to auth my mail account but since im fresh to docker i have no clue how can i pass ip of ther server to sync-engine.
If you used the same docker-compose file as given in example, the sync-engine is exposed on port 5555. You can access to http://
I can go to the ip of dropplet :5555/accounts but when i try to sync it with client i get this error. It has to do with etc/hosts or some flag that i need when running sync engine... edit: i have found those settigns when i inspected sync-engine i guess this needs to be changed ?
"NetworkSettings": {
"Bridge": "",
"SandboxID": "133a0673d22131eb2b78cf36e75f3a07c84b5d74c6010f63c5b9692d07370833",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"5555/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "5555"
}
]
},
Looks more like an issue in N1 client.
I assume you're running the latest release ? Did you specify correctly your sync engine URL and port at N1 first start ?
Try to restart N1. If it doesn't fix, check the N1 config.json
file in the .nylas
directory (in your home directory) : You should see the env
key set to custom
and should also have syncEngine.APIRoot
key pointing to your sync-engine URL
Thanks strangely restarting N1 client fixed it :+1: I will be closing the thread. Note: You could add to the readme that more than 512mb of ram is needed to run containers properly. I have done some testing it may run on coreOS but is prone to crash. Thanks again.
Hi
I have encountered following error when i try to run the container via docker-compose.
Thats whole run process i have no clue what is the cause im trying to run it via fresh digitalocean droplet on ubuntu 16.04