so as per the title i have 2 servers in 1 client
im trying to show emblem in both servers
at 2021 client i made my externalsettings
like this
AssistAddr = "My Server 1 IP:8888"
-----------------------------------------
-- Old client compatibility [Secret]
-- DON'T TOUCH ANYTHING BELOW
-----------------------------------------
Url = { TwitterUrl = 'http://'..AssistAddr }
AccountLinkedUserDataUrl = {
Save = 'http://My Server 1 IP:8888/userconfig/save',
Load = 'http://My Server 1 IP:8888/userconfig/load'
}
TwitterDataUrl = {
Auth = 'http://My Server 1 IP:8888/twitter/user-auth',
Upload = 'http://My Server 1 IP:8888/twitter/upload'
}
EmblemDataUrl = {
Upload = 'http://My Server 1 IP:8888/emblem/upload',
Download = 'http://My Server 1 IP:8888/emblem/download'
}
-- Change the "AssistAddr" to your IP
AssistAddr = "My Server 2 IP:8888"
-----------------------------------------
-- Old client compatibility [Secret]
-- DON'T TOUCH ANYTHING BELOW
-----------------------------------------
Url = { TwitterUrl = 'http://'..AssistAddr }
AccountLinkedUserDataUrl = {
Save = 'http://My Server 2 IP:8888/userconfig/save',
Load = 'http://My Server 2 IP:8888/userconfig/load'
}
TwitterDataUrl = {
Auth = 'http://My Server 2 IP:8888/twitter/user-auth',
Upload = 'http://My Server 2 IP:8888/twitter/upload'
}
EmblemDataUrl = {
Upload = 'http://My Server 2 IP:8888/emblem/upload',
Download = 'http://My Server 2 IP.204:8888/emblem/download'
}
and it works fine 2 server showing the emblem
but when i switched to 2022 client the settings above doesnt work anymore
it works only in the second server which only in IP of the server 2
but in the IP of server 1 it doesnt work
i dont know what seems to be the problem
can anyone help me? thanks