Tera Shop - blank display

Newbie Spellweaver
Joined
Feb 2, 2024
Messages
12
Reaction score
0
web_shop_url = ... arb_gw config

If I open shop from client on 192.168.1.108, for example, it just opens a white screen. What else do I need to configure?

Shop request from clients to 127.0.0.1:80 :(
 
Server Information
100.2

Attachments

  • Снимок экрана 2024-04-21 133641 - Tera Shop - blank display - RaGEZONE Forums
    Снимок экрана 2024-04-21 133641.webp
    60.9 KB · Views: 119
Last edited:
Hi,

First of all check which port are you using at API_PORTAL_LISTEN_PORT= in your .env file

1713710987911 - Tera Shop - blank display - RaGEZONE Forums


So if you are using 8090 as port, then in your config_arb_gw you must have,

web_shop_url=http:// /tera/ShopAuth?authKey=%s

Otherwise, if you have as port "80" then in your config_arb_gw you must have,

web_shop_url=http:// /tera/ShopAuth?authKey=%s
 
Upvote 0
API PORTAL LISTEN PORT is 8090 and
web_shop_url=http:// /tera/ShopAuth?authKey=%s

With these settings, this happens :(


UPDATED: Thanks, I forgot remove line from xml: <shop...>
now all ok
 
Last edited:
Upvote 0
Back