Today I tried to create some new Functions in Appwrite Console and received "Configure your self-hosted instance to connect to Git Connect your function to a Git repository or use a pre-made template after configuring your self-hosted instance. Learn more in our documentation." Everything worked before and I even created 3 functions. What happened? Help me please!
Known issue at the moment. You can try using the browser to remove that element
Try running this in the console:
document.querySelector('.overlay.u-hide').remove()
Can you try it again?
I'll try it later. I simply created function from templates and edited it to my needs.
It was my solution yesterday
Recommended threads
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...