Hi there I am facing an issue with the sites. My site is properly hosted on Appwrite but the issue is that when accessing the site from this URL https://instantmocks.appwrite.network/ it just gives the error shown in the attached image. However, if I access the another version of this hosted site URL which is this https://6903079ef3333df930d1.appwrite.network/ in this case I could access my project from my Mac, but from my phone, it shows the same error as in the image.
This project is for the hackathon that’s why I’m a bit concerned about this issue
Recommended threads
- AppwriteException: Missing required para...
I'm using node-appwrite sdk to retrive the documents. Example my code on pic, was define collectionId but error is still. Why?
- Project is not accessible in this region...
Context: I'm changing my region from German to Singapore. Sample code on Go appwrite function: ``` package handler import ( "os" "github.com/appwrit...
- Return TablesDB from REST and Go Functio...
This my Go code for deploy in function: ``` package handler import ( "os" "github.com/appwrite/sdk-for-go/appwrite" "github.com/appwrite/sdk-for-g...