- 
                Notifications
    
You must be signed in to change notification settings  - Fork 12
 
Open
Description
Hi folks,
I am using React for the admin part of a adapter. When I launch the dev-server with watch or debug --wait it needs minutes to load. A complete cycle looks like that:
As one can see the websocket is not able to establish a connection.
A few things I noticed:
- Once the initial loading or the loading after a watched file changed finished a reload via F5/CTRL + F5 is pretty fast, reconnection works. Just the initial one lasts minutes.
 - When a Proxy for the JSON config is spun up the error is not even present. So there must be something going on in the spin up routine of 
createHtmlConfigProxy(https://github.com/ioBroker/dev-server/blob/259a1ccfb9b75f4403a58e6feb47f1353845f195/src/index.ts#L759C17-L759C38) that breaks the flow. 
Unfortunately I am not skilled in Browser-Sync at all so I don't have a clue what is wrong here.
A complete log until the connection succeeds is attached below.
localhost-1711220680850.log
Metadata
Metadata
Assignees
Labels
No labels

