You need to sign in to do that
Don't have an account?

Error: Component 'Visualforce' has an invalid value for property 'Visualforce Page Name'.
When I try to drag my VF page to the lightning record page, and try to save, it gives this error: "Component 'Visualforce' has an invalid value for property 'Visualforce Page Name'." What is the problem?
It seems that the page was referencing a visualforce page that does not exist.
Please correct the name or remove the component and it should fix the error.
Hope above information was helpful.
Please mark as Best Answer so that it can help others in the future.
Thanks,
Vinay Kumar
However, when I go to modify the lightning page layout to add Chatter feed, I get this error. I'm not sure why, since the component is already embedded in the page and working.
I was able to resolve it by adding <apex:slds /> tag right underneath the first <apex:page> tag at the top of the page.
Also, you might want to double check that on under Visualforce pages under setup, lightning pages is enabled for that page. Sometimes it turns itself off if you've made any edits to the visualforce page in the meantime.
I did go in and check that again and indeed it had "turned itself off". I've just installed VSCode and started deploying with it, so I was curious if there is a metadata parameter I can set somewhere to ensure that it doesn't do that with each deploy.
I'm not sure about that, but I also would be glad to know if there was such a parameter.