
Hello everyone I'm trying this github repo using docker on macos Localhost https://github.com/appwrite/playground-for-react-native i've added "package": "com.rntest.app", in app.json and also in the appwrite console for andorid project with name as PlaygroundForReactNative and for client
client
.setEndpoint('http://192.168.50.165:80/')
.setProject('661a29ac00302d11f913')
.setPlatform('com.rntest.app')
.setSelfSigned(true);
macos connected to hotspot of android phone and got the ip of mac as 192.168.50.165 using ifconfig but i'm getting error as
code: 404
jsEngine: "hermes"
message: "The requested route was not found. Please refer to the API docs and try again."
name: "AppwriteException"
response: {message: 'The requested route was not found. Please refer to the API docs and try again.', code: 404, type: 'general_route_not_found', version: '1.5.4'}
stack: "AppwriteException: The requested route was not found. Please refer to the API docs and try again."
type: "general_route_not_found"
__proto__: {constructor: ƒ}
what am i doing wrong?
Recommended threads
- Updating console to 1.8
Hey! Does anyone know how to update the appwrite console only? I am using console 1.7.4 but it has UI/UX issues 🙁
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
- `access_denied_to_user` - push new branc...
Why pushig new branch is not allowed? ``` git push origin fix-no_issue_id-fix_variable_name remote: {"auth_status":"access_denied_to_user","body":"Permission t...
