I have a little problem with the client 2021-11-03.
When i try to set a emblem guild, my webserv doesn't show any try request
Curently my ExternalSettings is:
Url = { TwitterUrl = "http://0.0.0.0:3000" }
AccountLinkedUserDataUrl = {
Save = "http://127.0.0.1:8888/userconfig/save",
Load = "http://127.0.0.1:8888/userconfig/load"
}
TwitterDataUrl = {
Auth = "http://127.0.0.1:8888/twitter/user-auth",
Upload = "http://127.0.0.1:8888/twitter/upload"
}
EmblemDataUrl = {
Upload = "http://127.0.0.1.110:8888/emblem/upload",
Download = "http://127.0.0.1:8888/emblem/download"
}
If i put the link in my browser, show a request try
[Info]: 127.0.0.1 [GET /emblem/download] 404
But if i try to change the emblem in game doesn't show anything.
When i enter in my char, this message apears:
"There was an error when loading the data account settings. (Please restart to retry.)
I think is because of this error. Someone can help me?