Hello everbody!
I had succesfully created a server and i was able to authenticate to it from Unity by scanning a QR code for Metamask. I later wanted to switch to a new chain, so i deleted the old server and created a new one. Now i fail to connect and i get the following error:
Target: https://ere2ryu7uz6w.usemoralis.com:2053/server/functions/getServerTime
UnityEngine.Debug:LogError (object)
First i tought it might be a problem with the chain, so i deleted the project and started over the EXACT same way as the first time. I did notice the following deviation when creating the server:
The first time that i created a server and opened the dashboard, the browser had the following files:
_AddressSyncStatus
_EthAddress
_Role
_Session
_User
Now everytime i create a new server the exact same way the _AddressSyncStatus and _EthAddress files are missing.
Are these files important to connect from Unity?
How can i Fix my problem?
Please help.