Vercel website verify on discord profile connection?
Answered
Burmese posted this in #help-forum
BurmeseOP
Guys i want to put my vercel website in profile connection but the connection says to verify how do i will verify my website in discord profile connection?
Answered by Mozzy
HTTPS verification requires that you add
/.well-known/discord
with a piece of text inside it14 Replies
Asian black bear
It literally tells you
@Asian black bear It literally tells you
BurmeseOP
Where i have to add or verify? Like i just want to vecel.app domain and i dont have any DNS or paid domain
BurmeseOP
Can you show me where is the settings available for dns setup
I would be surprised if you could verify a
.vercel.app
domain@Mozzy I would be surprised if you could verify a `.vercel.app` domain
BurmeseOP
I mean by https but where im not sure that what im asking?
HTTPS verification requires that you add
/.well-known/discord
with a piece of text inside itAnswer
I'm just not sure that's possible with the .vercel.app domains, but you can try
@Mozzy HTTPS verification requires that you add `/.well-known/discord` with a piece of text inside it
BurmeseOP
Check this user @fuma nama
Then it works
@Mozzy Then it works
BurmeseOP
Yeh but where i have to put the value thats what im not getting
You likely have to put ./well-known/discord into /public https://nextjs.org/docs/app/building-your-application/optimizing/static-assets
From that user's website: https://github.com/SonMooSans/money-web/tree/master/public/.well-known
ðŸ‘