function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Evan McDanielEvan McDaniel 

Error using Lightning Container Component with React app

Hi,
My first time creating a test LCC, and I'm coming up against an error I can't figure out.

The error is:
The Content Security Policy directive 'connect-src' contains 'connect-src' as a source expression. Did you mean 'connect-src ...; connect-src...' (note the semicolon)?
I've got the simplest possible container (no messaging), and a very simple React JS app, using jsForce.js to get data from SF.

Googling the error hasn't really surfaced anything helpful, so really could use some help with this.

Thanks!