Hey folks
I saw the announcement about Pilot, and tried it out but I keep getting the same error when I hit “starting servers” after adding a prompt, ontology and hitting go.
same issue across multiple browsers/OS - am I doing something wrong?
Hey folks
I saw the announcement about Pilot, and tried it out but I keep getting the same error when I hit “starting servers” after adding a prompt, ontology and hitting go.
same issue across multiple browsers/OS - am I doing something wrong?
Hi @Samwise_AIP,
Under the hood Pilot is rendered in an iframe from the container it starts, and to view the application you need to make sure you can load the view from that container. You are currently being blocked by your Content Security Policy (CSP), and you can see the url which needs to be added by looking in your browser console. To fix you will need to go to <your-foundry-domain>/workspace/control-panel/content-security-policy/manual-configuration and add the blocked url to frame-src.
To make this more clear we have added an improved error message that automatically links you to the control panel extension. That should arrive on your stack today or tomorrow.