Hello! I am using Caprover to run appwrite using their 1 click instance. it seems it is using the tag 1.4.13
which version of the sdk do I need to use in react native? https://github.com/appwrite/sdk-for-react-native/tags
or which version of the docker tags do i use to get it to work correctly?
I tried setting all 3 to latest and no luck it says
2024-10-04T16:43:05.169025468Z [Error] Method:
2024-10-04T16:43:05.169030721Z [Error] URL: /console/
2024-10-04T16:43:05.169035472Z [Error] Type: Appwrite\Extend\Exception
2024-10-04T16:43:05.169040187Z [Error] Message: The requested route was not found. Please refer to the API docs and try again.
2024-10-04T16:43:05.169043635Z [Error] File: /usr/src/code/app/controllers/general.php
2024-10-04T16:43:05.169046400Z [Error] Line: 1051
2024-10-04T16:43:05.169049315Z Failed to initialize logging provider: Unable to parse DSN: scheme is required
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...