Closed NaveenkumarMD closed 1 week ago
https://learn.microsoft.com/en-us/fabric/workload-development-kit/authentication-tutorial#configure-your-application-in-microsoft-entra-id-manually Followed this to get the creds. Updated the .env.dev with the creds, but still i'm getting the same error.
I also get the same error as @NaveenkumarMD ! I have set the settings as described in the documentation.
Hi @NaveenkumarMD @tdraganidis , can you please clarify your scenario?
npm start
?Hi @anitamayorov
Thanks for your time. All the above are correct and now I can see the workload on the Fabric portal.
I was expecting that there would be a UI on the browser (not on the Fabric Portal), but as it seems this is not the case.
Hi @tdraganidis , yes, the sample project has a UI only shown in Fabric portal, so when you run npm start
you will see an empty page even if the server runs successfully.
The webpack dev server started successfully, but it throws and error saying iFrame is Empty.
I believe I should fill these creds to get the FE running. Where can I find these creds in the fabric account?