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
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...