In this blog post I will not go into detail in how to install all the pre-requisites that are required to build and run PCF controls. My goal was to build a new PCF control and get into coding of PCF controls as fast as possible. Here are a few links to articles that will help you installing the pre-requisites (Microsoft PowerApps CLI) https://docs.microsoft.com/en-us/powerapps/developer/component-framework/get-powerapps-cli Other good references to get into this topic: https://toddbaginski.com/blog/how-to-create-a-powerapps-pcf-control/ https://docs.microsoft.com/en-us/powerapps/developer/component-framework/create-custom-controls-using-pcf I looked through the Guido Preite’s https://pcf.gallery/ which will help you find appropriate use cases / examples for your own needs. It did not take very long to find a simple example to start with: Andrew Butenko's https://pcf.gallery/address-autocomplete/ A few moments later I had the idea to create yet another address autocomplete
Bringing code to life is a developer's daily task to fulfill.
Any idea what is causing it? I've run into the same error today.
ReplyDeleteFollowing this link:
ReplyDeletehttps://social.msdn.microsoft.com/Forums/vstudio/en-US/c98f75a7-a3c3-4bc1-ab13-f374916c967e/id1014-the-signature-is-not-valid-the-data-may-have-been-tampered-with?forum=WindowsAzureAD
I assume that the old login is used in the browser session which contains an invalidated cookie. Thats why it works after the browser cache is cleared.