orchest: 404 error after installation on local mode
Hello.
I have tried to install orchest in a Linux Ubuntu (20.04) virtualization. I have followed the instructions as explained in https://docs.orchest.io/en/stable/getting_started/installation.html, with the difference that I hace used docker as the driver for minikube
minikube start --cpus=4 --driver=docker
The installation seems to be OK, and no error message has been diplayed.
But when accesing localorchest.io a 404 not found message is returned from nginx. The /etc/host file has been updated and the adddress is resolved, but no page is found (or is not propertly redirected)
Going into the minikube dashboard the services seem to be running as shown in the next picture.

JuanLuis has suggested using minikube addons enable ingres to try to solve the issue, but it doesn’t seem to work.
I have noticed that the Ingresses section from the minikube dashboard are not resolved

Best regards, Alvaro
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 23 (14 by maintainers)
@nhaghighat I have tried but the results are the same
The last messages were done with the latest orchest version [v2022.04.0].
I ended up trying to install it in another virtual machine, and seems to be working on this one. Well, at least it shows the web page and allows to import example projects. Now it seems to have problems building the enviroments (both Python and R), but that is another different issue.
It seems that the 404 problem is not a bug but something to do with the previous virtual machine and can be closed.
Thanks to all.
This used to be a problem for me as well. It helped to manually type the
http://part as well (i.e.http://localorchest.io/) or even going directly tohttp://localorchest.io/projects.