• keith+changemachine
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi, 
I am aware of problems using force:canvasApp in Lightning components before Summer'16 release. Now they seems to be solved. But there is still the issue of using such components in Community Builder. It simply does not work.
I am using the Hello_World example from SalesforceCanvasFrameworkSDK as my Canvas App.
I have created trivial Aura component embedding it:
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,forceCommunity:availableForAllPageTypes" access="global" >
    <force:canvasApp developerName="Hello_World"/>
</aura:component>

It works perfectly if I include it on Salesforce pages (for example, on Account). But if I try to use this component on Community page using Community Builder it fails with 404 error in Javascript console. canvas/proxy.jsp is not found on the server:
User-added image

Any ideas how to fix it?