Yesterday I started testing and using Functions on Appwrite Cloud. The first couple of executions failed due to errors in the code, after I thought I had fixed everything the execution of the function never got past 'processing'. I have deleted the complete function, recreated it and deployed it but the problem persists. Timeout of function is 180 seconds. Project id is "bierbaas" and function id is "database_calculations".
Recommended threads
- Clarity on Appwrite Messging
When using Appwrite messaging with FCM, do I need to include the user's firebaseToken in the createTarget object? If I omit the firebaseToken, will Appwrite sti...
- functions cors error
async function getData() { const url = "https://6798f32eae97aea2944b.appwrite.global/"; try { const response = await fetch(url); if (!response.ok) {...
- Appwrite Auth - Google consent screen is...
Hello all, I am integrating appwrite auth with oauth2 google login. In the consent screen I see "appwrite.io" website name but here I want to display my website...