내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

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.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 8

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

Level 4

Thanks 

 

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

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.