The created character does not come to the character list.
hhuseyincihangir opened this issue · 3 comments
hhuseyincihangir commented
NathanLovato commented
I can't reproduce this here. Would you have some specific steps to reproduce the bug?
olejr commented
Had the problem/symphtom here when I installed Nakama as a standalone server on another machine, not using Docker.
Followed the install/setup instructions from Heroiclabs, and thus not seeing the two lua files in the repo (under nakama/modules).
Those are needed as they suply some custom functions that are used by the demo.
Copied those over to the server, and configured Nakama module path then it's working.
Debugoutput when the crash happened was something like :
=== Nakama : DEBUG === Sending request [ID: 5, Method: POST, Uri: http://192.168.1.105:7350/v2/rpc/get_world_id, Headers: {Authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJhNDQwMGM1Zi02YTRhLTRmMjctYTE5Yi1iMjE5MThhZjQ4NTEiLCJ1c24iOiJvbGVAbWFpbC5ubyIsImV4cCI6MTU5NTE0NjY2Nn0.rL2LM3xg1mrFK1zwFAye1wh1WY1suSQ-CrbP85zX1zY}, Body: "", Timeout: 3]
=== Nakama : DEBUG === Request 5 returned response code: 404, RPC code: 5, error: RPC function not found
The get_world_id of the post request here being one of the serverfunctions provided by said lua files..