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
- Deployed to live, but functions only wor...
Deployed my serveless functions, noticed a request is only sent when I switch on my vpn, I have a feeling it's an ip related thing, I'd like some help troublesh...
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...