And function ID?
6518b64d1f08d8955b66
These are the function Ids:
- 6555e669c7ced0e1c2fc (A function for creating folder for the user during creation of user)
- 655e0c9393087db6011b (A function for creating organization)
But it happens only in some executions right?
This is how I execute the functions
Don't run those benchmarks on cloud 😅
Just trying to do exhaustive testing for my functions heheh
Because on recet mass testing for my applications I have 37 particiapnts
some of them experience this Operation Timeout
And I have to do some of testing so I can report this to appwrite
What's the script doing?
It have muli purpose:
- I can easily delete all the data of my collections or can easily to reset all during development
- I can easily create a dummies data.
- A migration
- I can easily verified those faciltiies , membership, and organization if ever mass testing so I cant one by one to approve them so the script will be the one help me to verified those.
I mean the function
If you mean my cloud function there are complex to do especially setting up the permission.
ORganization Function Flow:
- creating organization document using Database API
- Then the one who create the organization will also be saved to my roles and member collection
- and so on. It just have complex to do
- and I have this path /v1/organizations/$(organizationId}/approve. This will approve the organization
Creating Userr Function Flow:
- It will create the user using User API
- Then save it to my user collection
- Then it will create a root folder docuemtns to my folder collections
In my cloud function I just created my own router for my cloud function
This wil handle the path of I want to handle
What's an organizatio
A new database?
Nope its a collection
When I approve the organization it will also create a team using the Team API by executing my Organization Cloud Function
Recommended threads
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Documentation That's Not Useful
Collections show me this link to explain what the activity tab is for. https://appwrite.io/docs/products/databases/databases the documentation honestly is not h...
- Hi, I'm getting this error while deployi...
✗ Error • search (6937cb70002c2e9c1a97) • Fai ✗ Error: Deployment of search has failed. Check at https://cloud.appwrite.io/console/project-693...