i can access localhost fine,
but from proxy domain provided by ngrok
Error 500
still no luck
Did you set the domain environment variables to your ngrok domain?
where it is ?
Read this https://appwrite.io/docs/environment-variables
And search the page for domain
yes I did
I set _App_Domain = "ngork proxy url"
Does docker compose exec vars
show the correct values?
It should be the domain/hostname only, not the url
_APP_DOMAIN=https://5a0d-36-37-194-176.ngrok-free.app/ ?
Nope
Thanks.
[Solved] ngrok error 500
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...