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
- Invalid query: Attribute not found in sc...
Hiya. I'm trying to use the REST API with documents and doing a simple select with query: https://<mydomain>/v1/databases/<database>/collections/<collection>/d...
- Deploying Function fails after several d...
I get the below issue on deploying to self hosted appwrite 1.8.0 functions, restarting the docker compose, or waiting a while, fixes it but is annoying. Any ide...
- OAuth login not working on deployed app ...
Hey there, I've been dealing with an issue where I cannot use OAuth on my deployed app - locally everything works fine. I am using react-router in Framework Mo...