What I’m trying to do:
I am trying to create a new app by cloning it from our companies GitHub Repo (this worked perfectly fine before so it’s not about the Repo it’s something about how Anvil handles GitHub Credentials). So I parse in the GitHub Repo URL, choose Github Account for authentication and when I press on “Connect to Github” I get this error:
null is not an object (evaluating ‘t.closed’)
When trying to clone the repo without clicking on the connect button I get this message that my login credentials are expired
Any idea how I can solve this?