[SOLVED] Not able to see existing functions on another project in appwrite console
- 0
- Self Hosted
- Functions
Have create 2 separate projects, one I had integrated github and issued i'm facing is i don't see functions on other prod project
Now it gives me 404
Oh .. You're self hosting? Can you share a screenshot of the callback URLs of your GitHub app?
For both the projects I have also added custom domain
so i was like do we need to create 2 separate github apps?
No you shouldn't
Something weird happened during the redirects...
Can you try again with the network logs open and preserve logs turned on?
When redirected to the /callback url, there should be a state param
Thanks
I tried to upgrade to the latest version it worked out for me
[SOLVED] Not able to see existing functions on another project in appwrite console
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?