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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...