Skip to main content
Umar Farooq 님이 #Lightning Component에 질문했습니다

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