You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m facing an issue when trying to create a DNS record using the createRecord method. The error says that the name attribute is required, but I am already including it in the request.
I’ve tried several different ways, but nothing has worked.
I also tried the example in this doc: Create a DNS record - Vercel API Docs, but it throws this error:
Error: API error occurred: {"error":{"code":"bad_request","message":"Invalid request: should NOT have additional property https."}}