Can not load go runtime

Thank you for your time, please help me find the problem.
after run docker compose up --build, the nakama server running well, but the go runtime plugin can not load,thanks

you need to specify the runtime in a yml file


runtime:
  js_entrypoint: telegram_auth.js

and also run the nakama with --config runtime.yml

this is a go not js runtime server,and is there any detail docs about the config?

Hey there, so you’re trying to override /nakama/data folder in your docker compose file. Check out this line here: nakama-plugin/docker-compose.yml at 03f06a548f7cc8e26f02a8eecca6276d8e632bfc · elonmaph/nakama-plugin · GitHub
To fix it, you could either build the module locally and add it to the modules folder, or you could disable the override

1 Like