Working on setting up SDF with azure pipelines, bu...
# sdf
m
Working on setting up SDF with azure pipelines, but getting a weird error at the point of project:deploy. All other CLI commands work fine, only happens with project:deploy. Getting the same error locally when running the same commands there also: The remote server returned an error: https://XXXXXXXX-sb1.app.netsuite.com:443/app/suiteapp/devframework/ideinstallhandler.nl - Moved Temporarily
a
Seems like a permissions issue. Are you using a custom role? Check if the role you are using has enough permissions! Maybe you can compare with standard developer role!
m
Thanks Ali, switching the standard dev role worked, it was definitely a permission issue. I haven't compared the roles yet, but the one I was using has almost access to everything as it is, there's always that one small permission in the batch to miss.