Unable to run application locally facing issues for access denied to dojo-web folder

0
While running the application I am getting the below error as in the screenshot. Tried with cleaning the deployment folder as well and I am facing this issue for both version control SVN as well as GIT. Please can someone provide a solution to this.
asked
2 answers
0

Just to add to the answer above, make sure you mendix project is not in a folder that gets synced with onedrive or any other cloud service.

answered
0

Hi,

  • Folder Permissions:

    • Verify that the deployment folder has the necessary read and write permissions for the user running the deployment process.
  • Run as Administrator:

    • Try running Mendix Studio Pro or the deployment process as an administrator to ensure it has the required permissions.
  • Antivirus/Firewall:

    • Temporarily disable antivirus or firewall software, as they can sometimes block file access during deployment.
  • Check for File Locking:

    • Ensure no other processes or applications are locking the files or folders being accessed during deployment.
  • Verify File Paths:

    • Double-check that the file paths specified in your deployment settings are accurate and lead to the intended destination.
  • Check Version Control Permissions:

    • Ensure you have the necessary permissions to access the version control repository and perform deployments. Verify settings and permissions in your version control system.
answered