Problem running "mantis onboard -o example -t example.com" like in setup video #32
-
I'm running mantis on Ubuntu 24.04 LTS x86_64 in a virtual machine, did everything following the setup instructions, had to install docker using the apt repository following these instructions. And following this video as a guide, so I prompted This is the response output:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @liquidberny , the error occurs when you mantis cli is not able to push data to mongodb. Please re-run the installation script and check the below:
Do paste the installation logs in case there are any issues,along with OS version etc. |
Beta Was this translation helpful? Give feedback.
-
I got mantis installed on WSL instead of Ubuntu on Oracle VM and it worked just fine, the issue had something to do with AVX support on Oracle VM. |
Beta Was this translation helpful? Give feedback.
Hi @liquidberny , the error occurs when you mantis cli is not able to push data to mongodb.
The setup file spins mantis cli, appsmith and mongodb docker and assigns this IP to mongodb and adds it etc/hosts
sudo -- sh -c -e "echo '10.10.0.3 mantis.db' >> /etc/hosts";
Please re-run the installation script and check the below:
- Check if you have the latest version of docker and docker compo…