Kasra Bigdeli
Kasra Bigdeli
CapRover is a container management system. Because of that, nginx runs in a container and the logs are written in the container. You can get the logs by running `docker...
This change gets overridden when your machine restarts as CapRover updates the core services.
What deploy method are you using? CLI (caprover deploy) or github webhook?
Yea it looks like CLI doesn't have the submodules flag: https://github.com/caprover/caprover-cli/blob/master/src/utils/DeployHelper.ts#L112 But webhook should technically work: https://github.com/caprover/caprover/blob/master/src/utils/GitHelper.ts#L82
ah that explains it... Okay, as a work around, you can manually create the tar file and use `caprover deploy -t tarfile.tar`, so something like this should do the trick:...
> Finally, I found the on docker logs, it say bad domain Can you copy the log? Was it failing on heathcheck? Or somewhere else?
> Today it stuck here What do you mean by stuck here? The UI froze? That shouldn't be related to domain 🤔
Ah, that explains it!! Your URL in your screenshot is wrong when you're using .work ! You are using `caprover.lotusbookerp.work`. You should use `captain.caprover.lotusbookerp.work`
When you use the correct URL, everything works just fine! 
> Is anything updated with the validation for TLD domain? No. My guess is that you were using a wrong domain as your screenshot previously showed. > But for this...