Blueprint - Deploy to other env | Community
Skip to main content
New Participant
August 8, 2023

Blueprint - Deploy to other env

  • August 8, 2023
  • 2 replies
  • 944 views

Hello All,

I want to deploy Blueprint from my local env to dev, but it builds failure. Am I missing something ?

Best regards.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

kautuk_sahni
Employee
November 23, 2023

@krist_wang If you have found out solution yourself, please share it with the community.

Kautuk Sahni
New Participant
August 8, 2023

hi @krist_wang ,

Based on the Error I think the issue is with the folder structure of the path "/apps/msm/astellas_blueprint/jcr:content/dialog"

 

The "dialog" should be created under the node "jcr:content" of resourceType "nt:unstructured".  Seems like currently the resourceType of "jcr:content" is "nt:folder". 

Please update the Node "jcr:content" with resourceType "nt:unstructured". that should build the compilation error shown in the screenshots.

 

Also, in general recommendation is to create this in local/lower environments -> create a package from that instance and use it in the code so that these issues can be avoided. hope this helps!

 

Thanks,

Anil

New Participant
August 8, 2023

hi @anil_chennapragada 

Please tell me how to update it , I found that the  node type already  is "nt:unstructured"

thanks!

 

 

New Participant
August 8, 2023

it builds success when I create this file. However, I am confused that the example WKND site don't have this file, and it  also builds success.