Hi all! When I deploy one of my projects with `sui...
# sdf
d
Hi all! When I deploy one of my projects with
suitecloud project:deploy
, I get:
An unexpected error has occurred.
Details: Access denied
Other projects are deployed with no issues with the same credentials. Is there some more detailed logs where I can find out what went wrong?
s
You can check Customization > SuiteCloud Development > Deployment Audit Trail.
I think I had similar problem and issue was I had some files under File Cabinet > Web Site Hosting or another specific folder which was not accessible
1000 1
d
Thanks Selcuk! Unfortunately, looks like there are the same logs I saw in console: File: ~/Objects/customscript_mr_fix_renewals_links.xml Validate files -- Success Validate folders -- Success Validate translation imports -- Success Validation of referenceability from custom objects to translations collection strings in progress. -- Success Validate preferences -- Success Validate flags -- Success Validate for circular dependencies -- Success Validate account settings -- Success Validate Custom Objects against the Account -- Success Validate file cabinet items against the account -- Success Validate translation imports against the account -- Success Validation of references to translation collection strings against account in progress. -- Success Begin deployment * ERROR * An unexpected error has occurred. Details: Access denied 2023-03-15 073509 (PST) Installation FAILED (0 minutes 1 second) Seems File Cabinet folders are empty for me, except for Objects and SuiteScripts
s
You could try deleting the additional folders from the project even if they’re empty. Either that or be explicit about which paths you’re including in the deploy.xml
1000 1
d
Ok, I deleted all empty folders and it's working now
😄 1
Thanks!
I wonder where did they come from 🙂