NPM is Nginx Proxy Manager in this case
okay, so what do i need todo?
How did you setup Appwrite on your machine?
Did you install and set it up with Docker, or one of the one-click installs?
it's self hosted instance with docker on VPS KVM
with Docker command from appwrite self-host docs
okay so now it's best if you create a reverse-proxy setup. use this tutorial to set it up: https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243
Once you have this setup, you can create a Proxy Host for *.api.panara.studio
okay, why do i need that reverse proxy?
I'm new to this all, so asking.
you need a reverse proxy if you have multiple apps running on a server that needs to be exposed on the same port...for your case, you might be able to just DNS records pointing to the server
okay let me try that
after adding new wild card A record (*.api.panara.studio) in my DNS settings the function URL is now working!
but i'm still getting same error on discord:
and this is error i'm getting from cloud function.
is it due to ssl certificate? but it says ceritificate generated on appwrite console.
No I don't think so
Perhaps the discord public key environment variable is incorrect
I don't know about this error
You'll definitely get this error if you try to browse to the URL
Anyways...SSL...did you set up nginx proxy manager or anything else in front of Appwrite?
Gets same error when. I send post request
I haven’t setup Nginx proxy or anything just installed Appwrite on VPS with that single docker command
would you please try logging the following before the verifyKey() call:
req.headers['x-signature-ed25519']
req.headers['x-signature-timestamp']
process.env.DISCORD_PUBLIC_KEY
and is the req.bodyRaw just a string?
Recommended threads
- Unauthorized Charge on My Card – I Don’t...
Hi, I need urgent help. I received a bank SMS about a charge from "APPWRITE PRO" (18.460 JOD on 10/12/2025 at 03:47), but I DO NOT have an Appwrite account and...
- Appwrite functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...