Skip to main content

I am running following function in helper.js Lightening component. It is opening  https://www.xxxxxxx.com/s/login page instead of https://www.xxxxxxx.com/login.

 

var urlEvent = $A.get("e.force:navigateToURL"); urlEvent.setParams({ "url": "/login"}); urlEvent.fire();

 

Regards,

 

#Lightning Component  #Salesforce Developer

3 件の回答
  1. 2022年1月26日 11:59

    Any community will append that '/s'

    is 'standard'

0/9000