Internal server error in Anvil-CLI

We love the new feature in Anvil-CLI to edit our Anvil apps locally.
We are trying to checkout an Anvil repo but are facing an internal server error at a specific anvil app. Checking out other apps work fine.
We get the following error descriptions:

fatal: remote error: internal server error
fatal: the remote end hung up unexpectedly

Any idea what is causing the problem?

Could use anvil configure to turn on verbose logging and see it gives us anything else in the logs. :pray:

Verbose logging was already enabled/on. This is all the information we get:
fatal: remote error: internal server error
fatal: the remote end hung up unexpectedly

1 Like

I’ve also tried to unpublish the app but did not change the situation.
@stucork if you need access to the repo, drop me an email and I then can add you as a collaborator.

I got exactly the same error. It seems to do with authentication. Any suggestion on how to fix this?

@wim.vandebrug found he could use

anvil checkout --depth 1000

see if that workaround works for you

Thank you, Stu. Yes it worked well.

1 Like