Hello, I have cloned the Flyte Console Repo for do...
# flyte-support
l
Hello, I have cloned the Flyte Console Repo for doing some contribution. I am able to run the UI, but the UI is giving me Not Found 404 error. Please find attached screenshot for more reference. Can anyone please guide me to tackle this thing, so that I can do some contribution?
t
@limited-dress-8147, could you let us know the commands you ran?
l
docker run --rm --privileged -p 30080:30080 -p 30081:30081 -p 30082:30082 -p 30084:30084 <http://cr.flyte.org/flyteorg/flyte-sandbox|cr.flyte.org/flyteorg/flyte-sandbox>
I was trying to run this command as stated in the docs, but here is what I got:
Starting k3s cluster...
Done.
Deploying Flyte...
"flyteorg" has been added to your repositories
Error: chart "flyte" matching v0.19.2-b5 not found in flyteorg index. (try 'helm repo update'): no chart version found for flyte-v0.19.2-b5
Rest everything mentioned in the readme docs worked perfectly in sequence
t
@freezing-journalist-8768, can you help, please?
You probably need to
helm repo update
.
l
I already tried to do that. Here is what I am getting:
Error: no repositories found. You must add one before updating
I don't have any clue about using helm, so if I can get some assistance setting up project on my Mac, I would be able to make contribution to the repo
f
@limited-dress-8147 what is the value of your BASE_URL? You can also check this by opening your developer tools and typing
window.env
. Does the url you're using reflect that value?
186 Views