A0deploy Schema validation failed loading

I’m using a0deploy 8.0.0 and suddenly getting an error of;
[31merror[39m: Problem running command deploy
[31merror[39m: Schema validation failed loading [
{
“keyword”: “additionalProperties”,
“dataPath”: “”,
“schemaPath”: “#/additionalProperties”,
“params”: {
“additionalProperty”: “migrations”
},
“message”: “should NOT have additional properties”
}
]
I get this error even with exact code that had previously executed.
Any help on where to look greatly appreciated.

Hi @mark.heck

Welcome back to the Auth0 Community!

Can you open a new issue in the a0deploycli repository → Issues · auth0/auth0-deploy-cli · GitHub and post the link to the issue here? I will ping the repo owners to check your issue.

Thanks
Dawid

Thanks for the reply. I opened a ticket with Auth0 support and it seems the problem was a0deploycli v8. Using a0deploycli v7.24.3 fixed this problem,

1 Like