Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Read only mount - blocking writes on /apps

Avatar

Level 4

Getting below error on RDE environment crx/de while creating a node and trying to save.


Could not save changes. Received 403 () for saving changes in workspace crx.default. OakAccess0003: Read only mount - blocking writes on /apps

 

Capture22.PNG

 

 

 

 

 

Thanks,

Geo

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

RDE (Remote Development Environment) is configured with limited write access to certain areas of the JCR repository, such as /apps,/libs, or other system-related paths. Hence Adding nodes under app is not allowed in RDE environments.

View solution in original post

3 Replies

Avatar

Level 5

Are you trying to add nodes under apps? This is not allowed in the RDE environment. You can try updating the node locally and install in RDE via aio commands.

Example:

aio aem:rde:install ui.apps/src/main/content/jcr_root/apps/wknd/components/helloworld/_cq_dialog/.content.xml -t content-xml -p /apps/wknd/components/helloworld/_cq_dialog/.content.xml

 

Avatar

Correct answer by
Community Advisor

RDE (Remote Development Environment) is configured with limited write access to certain areas of the JCR repository, such as /apps,/libs, or other system-related paths. Hence Adding nodes under app is not allowed in RDE environments.