• Kevin Antonioli 16
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I have a Salesforce Classic App,
 
when I switch to Lightning in "Enterprise Edition" works like a charm but, when I changed it in production Unlimited Edition all clasic html href fails in a Managed installed Package.

This is a basic example, in both environments :
Original traditional HTML in a Visualforce page ==> <a href="/apex/home">Home link</a>
-------------------------------------------------
lightning changes automaically to ==> <a href="/one/one.app#/alohaRedirect/apex/home">Home link</a>
-------------------------------------------------
In dev takes me to "home" ---> correct!!!
In Production Managed Package (Lightning)  show the error "Page home does not exist "