Next.js Discord

Discord Forum

Vercel website verify on discord profile connection?

Answered
Burmese posted this in #help-forum
Open in Discord
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 it
View full answer

14 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 it
Answer
I'm just not sure that's possible with the .vercel.app domains, but you can try
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
👍