Open jonathanwiesel opened 9 years ago
I have the same problem. Did you find a solution for this?
I have found the solution: You must add the SitePrefix to the url: https://community-url.cs17.force.com/services/data/v33.0/sobjects/ContentVersion/ should be: https://community-url.cs17.force.com/{!$Site.Prefix}/services/data/v33.0/sobjects/ContentVersion/
Hi @wimvelzeboer, I am facing a similar issue. This works fine if I add Remote Site Setting for custom URL but do you know if we can fix this using code by adding site prefix to the login URL?
Implementing the file upload functionality I noticed that when the Visualforce page is in a community I get a 503 error:
Any workaround or fix?