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.