my selfhost appwrite page is connected to github but still can't create a function nor it will find.
- 0
- Self Hosted
- Functions
- Web

even when i want to migrate my data from my cloud database it's still pending, any solutions to this problem or anyways to fix this?

What's the error you get?

Nothing just says pending with no error the migration before just said cannot transfer some data so I assigned the GitHub info to the env but still the same, but with pending status.

So you don't get anything in details button?

What are the docker logs?

Exactly

I haven't checked that let me see what I find

The docker logs says the requested route was not found, I don't think I gave it a wrong route for my GitHub variables

How are migrations related to GitHub?

Would you please check the logs from the migration worker container?

I don't know about that but not until I connected my GitHub info to my self host variables it was always failing to migrate the functions.

this is the failed migration logs and details.

and this one is the pending one, it's still pending for two days.

If you redeployed Appwrite after the migration started, it's probably not processing anymore

No, the docker logs

Can you copy and paste those logs...can't really read it since it's cut off.


this one is the appwrite logs.

I think you need to add some missing function runtimes and increase your storage limit. Then, try again

i fixed some issues but now it gives me a 500 general unknown error, when it redirects me to my self host page. https://appwrite.kubak.co/v1/vcs/github/callback?installation_id=45582776&setup_action=update&state=%7B%22projectId%22%3A%22658ddeb87e8649fdc4f9%22%2C%22success%22%3A%22https%3A%5C%2F%5C%2Fappwrite.kubak.co%5C%2Fconsole%5C%2Fproject-658ddeb87e8649fdc4f9%5C%2Ffunctions%22%2C%22failure%22%3A%22https%3A%5C%2F%5C%2Fappwrite.kubak.co%5C%2Fconsole%5C%2Fproject-658ddeb87e8649fdc4f9%5C%2Ffunctions%22%7D

i fixed this error it was my mistake i set the Domain to localhost Hehe sorry, but i get another error about Signin key cannot be empty what causes this and how to fix this?

Maybe something is wrong with your GitHub private key

Should I copy the the key of my GitHub application with the sha256 ?

Recommended threads
- Logs do not work when debugging openrunt...
Hey there. Trying to debug some openruntimes functions locally. I manage to run the server and make requests to it, but for some reason the logger is not printi...
- Adjusting Node Heap limit on Appwrite Si...
I am running into a build issue with Appwrite Sites. I'm trying to build and deploy one of my Nuxt applications, and I am getting a failed deploy every time. Th...
- Issue: Incorrect input type for cron sch...
Description: The input field for setting the function schedule is of type email, which prevents entering a valid cron expression. Error Message: Please include...
