• Mark Medlin
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
I am using the sfdx force:source:pull command to bing scratch organization updates into my project.  I get the error, "ERROR:  Entity type 'NetworkBranding' is not available in this api version."

Do I need to change an API version somewhere or does sfdx not support that entity type yet?

I am trying to spin up a community in my scratch organization using the sfdx force:source:push command.  All objects and code were pulled from my production community.

Using the push, I am able to create the community.  However, I get the "Cannot read property 'get' of undefined" error message in my Workspace Builder window.  I can navigate to other areas of the community, but cannot navigate to the Builder.

Here is a the error in the browser debug window:

Error message from debug window

 

I am using the sfdx force:source:pull command to bing scratch organization updates into my project.  I get the error, "ERROR:  Entity type 'NetworkBranding' is not available in this api version."

Do I need to change an API version somewhere or does sfdx not support that entity type yet?