I'm creating a project in Nullstack in Replit, but because the preview is in a secure link https, the ws of the framework gives an insecurity error
liveReload.js:16 Mixed Content: The page at 'https://[replit_project_name].[replit_user].repl.co/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://[replit_project_name].[replit_user].repl.co/'. This request has been blocked; this endpoint must be available over WSS.
Uncaught DOMException: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.
I'm creating a project in Nullstack in Replit, but because the preview is in a secure link https, the ws of the framework gives an insecurity error