Rank 4: Virtual Machine
I'd like some help on how reach appwrite (api) from a function on my local dev machine. Essentially can anyone help me with the endpoint to use for the SDK Client in my local function? That is for
final client = Client().setEndpoint('https://localhost/v1')
I've tried:
- My local ip
http://192.168.1.11/v1 - appwrite service name (from compose)
http//:appwrite/v1 - Localhost
http://localhost/v1(doesn't work obviously)
But from this message it seems Steven got it to work but I just can't seem to figure it out. This is frustrating because I know I'm missing something simple here.
https://discord.com/channels/564160730845151244/1094376924882685962/1094515291117064263