Hey Developers, I hope you are all doing well. Last day I setup Appwrite on my server and since then I am trying to connect my Appwrite Instance with GitHub account but All in vain.
I have followed all the instructions listed here https://appwrite.io/docs/advanced/self-hosting/functions. It allows me to install app but when after installation my app tries to redirect back to Appwrite console it shows an error page saying ERROR 500.
Your valuable suggestions are welcome.
Server Info: Ubuntu 22.04 Appwrite installed behind NGINX proxy using Cloud Panel. Appwrite instance is running on a non standard port SSL is generated by Let's encrypt.
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 ...