2

We have a site of type community with custom domain(that ends with Force.com) and there are couple of VF pages(PageA & PageB) on this community.

When a community user logs into our application(there is a custom VF login page) and lands on the home page(PageA) and clicks on a button he is taken to a second VF page(PageB) and on that VF page there is a javascript remoting happening and I am trying to debug that Javacript remoting but I am not seeing debug logs.

I added the Site to the debug logs as mentioned in this

But if I replace the custom domain name on the community URL with salesforce url debug logs working fine.

i.e.

http://my-community-domain.force.com/PageA -- debug logs not working.

http://cs19.salesforce.com/apex/pageA -- debug logs working.

Has anybody experienced something like this.

javanoob
  • 8,867
  • 14
  • 75
  • 138

1 Answers1

3

in debug log you need to add specific user who is using VF page in community

So When we add specific user then only Debug generate for that user.

Ratan Paul
  • 22,663
  • 13
  • 52
  • 97
  • 2
    It is irrelevant but I want to say, I opened ticket with salesforce on this and it has been more than 6 hours and no solution yet despite having two gotomeetings with them. SFSE Rocks! :) – javanoob Jan 19 '16 at 05:46
  • 1
    @javanoob I am totally agree. Community members are Rocks. If any question clear then sure anyone will give you best ans. SFSE Rocks :) – Ratan Paul Jan 19 '16 at 05:48