now i am back to node-18.0,php-8.0,python-3.9,ruby-3.0 to be able to use the quickstart examples
yes, because the template is node-18. so because you didn't have that enabled, the console throws an exception
Yes. But reverting the default runtimes did not solve the Quickstart Infinit Loading thumbnails. The error and loading indicators still exist. Maybe i missunderstood "Found the problem! It looks like this happens when Appwrite doesn't have quickstart runtime enabled." What exactly is to do to fix it ?
What did you revert it to?
The fix is in this PR: https://github.com/appwrite/console/pull/527
Or you can enable the node-18 runtime
I did enable node-18 as stated above: "now i am back to node-18.0,php-8.0,python-3.9,ruby-3.0 to be able to use the quickstart examples" but: "But reverting to the default runtimes did not solve the Quickstart Infinit Loading thumbnails."
Yes of course....you removed it so it's back
But did you not just say that re-enabling node-18 would solve the infinit-loading-tiles ?!? Maybe i just misunderstood.
You need that runtime for it to work so if you remove it, it won't work anymore
Then please correct me: if i switch my .env to other runtime versions, are they not automatically removed / added based on the .env config when if do a "docker compose up -d" ?
Yes they are
Because i did configure other runtime versions BUT then i reverted to the original config which includes node-18.
So node-18 should be enabled but i still have the loading-spinners.
What are all your Runtimes?
_APP_FUNCTIONS_RUNTIMES=node-18.0,php-8.0,python-3.9,ruby-3.0
You also need dart-2.17
Now it works. So the solution is to have all quickstart runtimes active. Not only node-18.
[SOLVED] "Quick Start" Infinite loading when creating function
I have this problem with function , when i click on the github it direct me to github but with not found page
Please find one of the many <#1072905050399191082> posts talking about this issue.
@armanhadi first you need to setup a GitApp and the config: https://appwrite.io/docs/configuration#git
Additional to the docs you need to enable the ""Request user authorization (OAuth) during installation"" checkbox during the GitApp setup.
If you have done all the things (adding values in your .env and a container recreate) then you will probably encounter 1-2 additional errors and you can continue reading: https://discord.com/channels/564160730845151244/1147235730599460915 and then probably https://discord.com/channels/564160730845151244/1147460737065820210
Perhaps the team should add all quickatart runtime to the ENV file by default mine came with just node-16 and was using node-18 so couldn't find modems runtime in the function templates but solved that now by changing the version as well as adding all the missing quick start runtime
Thank you for your response. As I read Appwrite documentation about Github app , it doesn't mention anything about the function. However, we should use Github app to make sure that the function works. It's quite confusing
You don't have to use the GitHub integration. On the functions page there are 2 (very small) links on the bottom. One is for creating functions with the CLI (but the newest CLI is currently not working and will be fixed soon ... )
but: the other one says "manually" which worked for me just fine and does not need the the Github integration. You just uipload your function in the following screen and go from there ...
Use "manually" if you want to skip the Github integration.
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...