Cannot login to the Developer Edition

TamarachTech

I was able to get the container running using docker compose up -d but then when I tried to go to localhost I get the error below - any ideas? 

0

Comments

1 comment

  • Comment author
    Forum Admin
    • Official comment

    We recently saw this when users have been using Docker for a few different projects. To get AtScale to work properly use the below command - this will switch your Docker CLI back to the local Docker Engine context, undoing any previous context switches (e.g., to Snowflake SPCS, ECS, ACI, or another remote environment).

    docker context use default

    Let us know if that worked for you!

    Community Admin

Please sign in to leave a comment.