Uncaught Error: missing serializer: at getSerializer (Serializer.ts:23:30) at Room.onMessageCallback (Room.ts:228:36) #857
Unanswered
GitOutOfMyBed
asked this question in
Q&A
Replies: 1 comment
-
This error is likely due to mixture of 0.15 and 0.16 versions between server and client. These versions are not compatible with each other. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure what the problem is. I have simplified my code down significantly yet I am still getting errors:
I'm new to Colyseus and am building a Phaser/Colyseus web game. I have been stuck on this bug here:
I'm not sure what the issue is. I've cut down my code significantly to this:
This is my backend server GameRoom.ts file:
And this is my client Phaser Game.js file:
Beta Was this translation helpful? Give feedback.
All reactions