DEV Community

Discussion on: Appwrite x DEV Hackathon Help Thread

Collapse
 
brandontroberts profile image
Brandon Roberts

Your Appwrite endpoint is in the settings for the project. Go to your project inside the Appwrite instance, and go to Settings, and the API endpoint is there.

Gitpod Appwrite

You need to use https instead of http.

For example, using our integration repo gitpod.io/#https://github.com/appw... with a new instance. An example Appwrite endpoint URL would be:

https://8080-appwrite-integrationfor-ljtmw6hfg51.ws-us44xl.gitpod.io/v1
Enter fullscreen mode Exit fullscreen mode
Collapse
 
gersondi profile image
gersondi

Got it. Thanks!