OperationResponse 230
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation on PUN.
Join Us
on Discord
Meet and talk to our staff and the entire Photon-Community via Discord.
Read More on
Stack Overflow
Find more information on Stack Overflow (for Circle members only).
OperationResponse 230: ReturnCode: 32755 (Authentication type 'None' not supported). Parameters: {}
Tehmasip
2022-04-08 18:15:47
Getting this error while simply authenticating
Comments
pokemon9757
2022-04-09 03:05:07
I got the same issue as you just as I got back to my old project today XD Mine got fixed by heading to Photon Dashboard, choose "Manage" for your project, roll to the Authentication section and press "Delete" for any authentication method there. Then it simply works for me with PhotonNetwork.ConnectUsingSettings()
Turns out I was playing with Facebook Authentication a long time ago, never got it to work, but forgot about it and left the project there as an error until now :p
Back to top