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
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, itβs mention that only setup client with endpoint / api key is enou...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...