feathersjs-ecosystem / feathers-vuex

Integration of FeathersJS, Vue, and Nuxt for the artisan developer

Home Page:https://vuex.feathersjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feathers v4 Socket rollback

corepay opened this issue · comments

@marshallswain you're probably aware of feathersjs/feathers#2128.

This affects fresh builds - the app will not launch

image

PS Downgraded to socket-client @2.4 and app launches but I I am having problems with client getting events from server - - - Network shows nothing - is this related ya think?

Lack of events is likely just a server config issue, if you're in the supported version of socketio

commented

Make sure you use the 2.4.1 version.

Ah - after kicking my stuffed Mr. Peabody several times and shouting "why, why, why me?" at the clouds I realized again how inadequate I am as an engineer after discovering that I need to have a logged in client or register the event in anonymous channel.

I'll go ahead and close issue hoping there are enough keywords here for dummies like me running into similar problems