Team:
My projects were working at some point. Now, I downloaded from github and cannot be deployed OK. I created a new project and I received this error message:
throw cds.error `Didn’t find auth implementation for ${config}`
In the past, I created .cdsrc.jos containing:
{
“requires”: {
“auth”: “none”
}
}
This used to by pass the authorisation checking. Sadly, something has change with security. I modified the MTA.YML and package.json to not use authority checking. The same error message.
Any help is welcome.