Please help me.
Am on my localhost Fresh installation of 1.4 Already fixed _APP_CONNECTIONS_MAX issue. Fixed roles issue. still gets the error
how are you accessing appwrite?
Thanks for responding. I am currently running Appwrite 1.4 on Docker on a Raspberry Pi 4 8GB machine. I am accessing it on another machine using my local IP address.
you'll need a domain and that domain needs to be configured in Appwrite
Can you explain the steps please..?? I do have a domain.. so do I have to Bind the domain.. am I not able to use app write using local host
so have you configured that domain yet? does browsing to the domain take you to your appwrite instance?
yes ..but my domain is directing to the machine IP on port 80 not on appwrite directly
what do you mean?
what happens when you browse to the domain? do you have multiple things running on that raspberry pi
not yet....right now there is only appwrite..
From external network am using domain to use appwrite but from internal network am using machine IP to access appwrite .. when i was using 1.3
and now it will take a lot of time and than gateway timeout when am trying to hit on that domain
i don't quite understand why it won't work from within the network...it should be accessing the same as if it was from external
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...