Hello! is anyone aware of issues/solutions regarding linking an identity to a new wallet/account create for the wallet deamon? I am getting an error using the node src/main.js link , stating “Attempting to link a non-player user.”
I used the one and only identity code available when i query for “viewIdentities”. Support in the Enjin discord suggested I need to create a new enjin user as they don’t allow the account admin identity to be linked as it is done in the course video. I am trying to use CreateEnjinUser mutation in GraphQL but can’t seem to get the format right. I am trying something like:
mutation {
CreateEnjinUser(name:"admin") {
id
}
}
I get an error returned that says: “The Bearer token is either missing, invalid or has been revoked.”
Any help would be appreciated, thank you!