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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...