Client keeps redirecting to /me

masonward1997

New Member
Feb 8, 2016
23
0
I have these errors and not sure how to get past as ive looked everywhere for where it says this error... my client loads then redirect to /me
You must be registered for see images attach


EDIT: i tried messing around with the external variables and now i am getting this
 

Attachments

  • upload_2018-4-6_13-52-30.png
    upload_2018-4-6_13-52-30.png
    227.9 KB · Views: 7
Last edited:

Synapse

PogChamp
Mar 3, 2012
164
59
Change the crossdomain.xml to http:// or just :// so it uses which ever is available. According to the error it's saying the authority of your SSL cert is invalid, so just remove that not sure if localhost supports https, if it does it probably requires extra config. This is more than likely your error as it what tells the game where it's allowed to grab the files from. From my understanding any file that loads in your client is possible due to crossdomain.xml, it tells the game where it's allowed to get files from (this might have been partially in attempt to make scripting harder). This is why MOST of the time putting a roomads that isn't on your site won't work. Because the crossdomain blocks it.

As for you getting redirected to /me I assume this where you have the disconnected location pointed. If your emulator is accepting the connection, then you disconnect when the hotel view attempts to load then crossdomain is ur issue.
 
Last edited:

Users who are viewing this thread

Top