Closed jkw-statsig closed 1 month ago
Hi @jkw-statsig ,
The frontend sample is designed to run within an iFrame in the Fabric portal, as described here.
To be able to view your frontend, navigate to Portal, enable both the development tenant setting and the Developer mode (As described here), and then you should be able to see your workload Frontend.
Please let me know if you have more questions.
Thanks for confirming! I’ll go ahead and close this issue now. If you have any further questions or run into any other issues, feel free to reopen it or open a new one.
Trying to get started by running the sample workload on localhost, but hitting this error when running
npm start
.Error is happening within the
@ms-fabric/workload-client
package. Getting rid of theassert
gets rid of the error, but only loads an empty page. Is this a known issue? Any idea how to fix it?