SalesforceLabs / EnhancedLightningGrid

Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.
BSD 3-Clause "New" or "Revised" License
136 stars 96 forks source link

This page requires a CSRF confirmation token. #77

Open mrcdsouza opened 2 years ago

mrcdsouza commented 2 years ago

When using the e.force:NavigateToURL to navigate to a relative url for a VF page, I get an error:

The link you followed isn’t valid. This page requires a CSRF confirmation token. Report this error to your Salesforce administrator.

How can do I get/pass a CSRF token?

Thanks