You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I started all services, I hit below when loading the landing page.
<body class="light-mode"><script src="/config/env.js"></script><noscript>You need to enable JavaScript to run this app.</noscript><script src="/static/js/main.21da919f.js"></script><div id="root"><button>Report feedback</button></div><script src="/commons.a4a3da59.js"></script></body>
And the console says below, any idea?
DevTools failed to load source map: Could not parse content for https://ec2-18-143-182-115.ap-southeast-1.compute.amazonaws.com/static/js/3.72eb1f10.chunk.js.map: Unexpected token '<', "<!doctype "... is not valid JSON
commons.a4a3da59.js:120 TypeError: t.map is not a function
at n.value (commons.a4a3da59.js:38:217144)
at e.markets (commons.a4a3da59.js:38:216140)
at n.value (commons.a4a3da59.js:38:216999)
at Bo (commons.a4a3da59.js:120:69876)
at Ro (commons.a4a3da59.js:120:69671)
at ms (commons.a4a3da59.js:120:105470)
at uc (commons.a4a3da59.js:120:96717)
at sc (commons.a4a3da59.js:120:96642)
at $s (commons.a4a3da59.js:120:93672)
at commons.a4a3da59.js:120:45314
The text was updated successfully, but these errors were encountered:
Hi,
After I started all services, I hit below when loading the landing page.
<body class="light-mode"><script src="/config/env.js"></script><noscript>You need to enable JavaScript to run this app.</noscript><script src="/static/js/main.21da919f.js"></script><div id="root"><button>Report feedback</button></div><script src="/commons.a4a3da59.js"></script></body>
And the console says below, any idea?
The text was updated successfully, but these errors were encountered: