Hi. I'm running the <Quickstart demo> on my machin...
# help
r
Hi. I'm running the Quickstart demo on my machine. When I click on the
lakes.parquet
file in my browser I only get a message showing
loading
. Any suggestions?
This is the output in the docker terminal:
Copy code
lakeFS 1.16.0 - Up and running (^C to shutdown)...


     ██╗      █████╗ ██╗  ██╗███████╗███████╗███████╗
     ██║     ██╔══██╗██║ ██╔╝██╔════╝██╔════╝██╔════╝
     ██║     ███████║█████╔╝ █████╗  █████╗  ███████╗
     ██║     ██╔══██║██╔═██╗ ██╔══╝  ██╔══╝  ╚════██║
     ███████╗██║  ██║██║  ██╗███████╗██║     ███████║
     ╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝╚═╝     ╚══════╝

│
│ lakeFS running in quickstart mode. 
│     Login at <http://127.0.0.1:8000/>
│
│     Access Key ID    : bbb 
│     Secret Access Key: ccc

│
│ For more information on how to use lakeFS,
│     check out the docs at <https://docs.lakefs.io/quickstart/>
│

│
│ For support or any other question,                            >(._.)<
│     join our Slack channel <https://docs.lakefs.io/slack>         (  )_
│

Version 1.16.0

time="2024-04-04T21:40:57Z" level=info msg="initialized S3 Gateway handler" func=pkg/gateway.NewHandler file="build/pkg/gateway/handler.go:128" s3_bare_domain="[<http://s3.local.lakefs.io|s3.local.lakefs.io>]" s3_region=us-east-1
time="2024-04-04T21:40:57Z" level=info msg="starting HTTP server" func=cmd/lakefs/cmd.glob..func8 file="cmd/run.go:328" listen_address="0.0.0.0:8000"
i
This might be silly - but it happened to me before and then when I refreshed the screen it came back up. At the risk of asking something silly - did you try to refresh?
Also, when you wrote:
Copy code
│     Access Key ID    : bbb 
│     Secret Access Key: ccc
Did you just remove this from the output?
r
Refreshed, but still the same. And yes, I removed the credentials in the message
oh, I think I found the culprit. I had the
AWS_ACCESS_KEY_ID
and
AWS_SECRET_ACCESS_KEY
environment variables set. When I unset them, it works fine.
👍 2
i
Awesome.