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
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...