Replies: 1 comment
-
Oops, I read it the wrong way around first. You should be able to do that as long as you update the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can we mix and match Feathers versions on the client and server? In looking through the server debug info (included at the bottom of this post), this message stands out:
This has me thinking both the client and server need to be on the same version. If I run this blurb of code in my v5 directory it works, but gives a timeout when run from the v4 directory.
From my v4 package.json:
From my v5 package.json:
Here is the debug info from the server running v5:
Beta Was this translation helpful? Give feedback.
All reactions