activist-org / activist

An open-source activism platform
https://activist.org
GNU Affero General Public License v3.0
225 stars 185 forks source link

Constant WebSocket connection Nuxt Content errors in dev logs #837

Closed andrewtavis closed 5 months ago

andrewtavis commented 5 months ago

Terms

Behavior

Since the longest time activist has been dealing with a constant stream of errors in development logs like the following:

WebSocket connection to 'ws://[localhost:4000/ws](http://localhost:4000/ws)' failed: Could not connect to the server.

Everything is generally working fine, and they're mostly a major annoyance to the development experience when it comes to checking actual errors/warnings. Via investigations, they are directly related to Nuxt Content, with at least a temporary fix coming in the configuration directions.

andrewtavis commented 5 months ago

Solution to this was found in https://github.com/nuxt/content/issues/1622 :)

andrewtavis commented 5 months ago

Closed by 793c4d9 🎉 Issue made for documentation. Maybe we'll need it set to true in the future, but for now it should be ok.