Add bazaarko.json with domain owner and record#32415
Add bazaarko.json with domain owner and record#32415Osama101973 wants to merge 3 commits intois-a-dev:mainfrom
Conversation
|
Hi! The tests failed because you wrote I hope I was able to Help you 😊 |
|
Sorry, try this: {
"owner": {
"username": "Osama101973",
"email": "osamatawfikelshimy10@gmail.com"
},
"proxied": true,
"records": {
"A": ["76.76.21.21"],
"CNAME": {
"www": "cname.vercel-dns.com"
}
}
}I added |
|
Hey @Osama101973! 👋 Looks like the latest update is hitting some DNS validation snags. There are two main issues causing the tests to fail: CNAME Conflict: You can't have both an A record and a CNAME at the root. Since you're using Vercel, you usually choose one or the other. Formatting Error: The test suite is crashing because it doesn't recognize the nested object for the CNAME. The Fix: If you want to use Vercel with your root domain, try updating your bazaarko.json to this cleaner version: {
"owner": {
"username": "Osama101973",
"email": "osamatawfikelshimy10@gmail.com"
},
"proxied": false,
"records": {
"A": ["76.76.21.21"]
}
}Note: If you specifically need the www subdomain, you should create a separate file for it or stick to the A record for the root which Vercel handles perfectly. Also, I set proxied to false as Vercel handles its own SSL/Edge optimization! Hope this gets the build back to green! ✅ |
|
Closing this PR:
|
Requirements
ownerkey.Website Preview