#I want to connect razorpay payment gateway's webhook to Appwrite functions, but it's a
19 messages · Page 1 of 1 (latest)
I’m not sure what you mean here by “pass headers of Appwrite”?
I think the project ID header and API key
That's why Appwrite has custom function domains now: https://appwrite.io/docs/products/functions/execution#domains
ya you are right, later i understood that , Thanks for help
one thing am not sure, i had purchased my domain in bigrock.in, there i had added CName called myfunction.appwrite -> appwrite.gagan.in
and my Appwrite server is linked with domain appwrite.gagan.in
it has been 2days still inside the functions it's still showing that domain not verified i had tried clicking on retry button so many times.
did i do anything wrong on verifying it.
i had added the same custom domain in Appwrite function's custom domain as
myfunction.appwrite.gagan.in
What happens when you browse to the function domain?
it's working fine with http url
but there is no https
ssl is not added
inside Appwrite functions it's showing like "verification status" as "failed" ,
certificate status as blocked by verification
So in your .env, what did you set the _APP_DOMAIN_TARGET env var to?
i didn't set anything over there sir
That might be the problem then