Sveltekit preview URLs not working and freezing the visual editor

Working on getting started with the editor. Have simple Sveltekit test/demo setup ( SSG ).

Tried running npm run dev ( http://localhost:5174 ) and npm run preview ( http://localhost:5173 ), each of which fails to show the content and the editor freezes and won’t load. Any help would be appreciated.

NOTE: I’ve also tried the exposed ‘–host’ url ( http://192.168.0.29:5173/ ), but this produces the same no-go results

Builder content link

Builder public api key
eaaf7cc3d56e4c259874a84eb6ea9104

What are you trying to accomplish
Simply trying to get the visual editor to work without freezing on initialization and work with the preview url.

Screenshots or video link
Live preview freezes and prevents the GUI/editor from loading

Only preview current draft functions
Screenshot 2023-10-16 at 9.04.02 AM

Svetlekit App loads the content - but the component is not displaying anything also.

No Build iFrame exists error:

Code stack you are integrating Builder with
Sveltekit ( SSG )

Reproducible code example