When I run the dockers, the container "traefik-1" shows the error below, which there is undefined entry points "ws".
I have checked that in the frontend folder, the file of Containerpilot.json5 has the tag 'traefik.frontend.entryPoints=http,ws,wss' and in the bundle.js has defined the ws as var ws = stream._writableState. Howcan I define the entrypoint of 'ws' in traefik. Thanks.
Below is the error logging once running the "traefik-1" container, and the port 80 can't show the data stream.
level=info msg="Using TOML configuration file /etc/traefik/traefik.toml" level=error msg="Undefined entrypoint 'ws' for frontend frontend-frontend" time="2022-12-14T01:23:21Z" level=error msg="Skipping frontend frontend-frontend..." 2022-12-14T01:23:22.8484109Z ==> Newer Consul version available: 1.14.2 (currently running: 0.7.0) time="2022-12-14T01:23:42Z" level=error msg="Undefined entrypoint 'ws' for frontend frontend-frontend" time="2022-12-14T01:23:42Z" level=error msg="Skipping frontend frontend-frontend..."