Hello,
When the resource 'jl-laptop-main' is loading in the server it is giving an error : [ 4084469] [b2944_GTAProce] MainThrd/ Creating script environments for jl-laptop-main
[ 4084562] [b2944_GTAProce] MainThrd/ OnConnectionProgress: Mounted jl-laptop-main (1 of 1)
[ 4094140] [b2944_GTAProce] CrBrowserMain/ Uncaught (in promise) TypeError: Failed to fetch (@jl-laptop-main/html/js/index.js:973)
in the code
async function ke(e, t = {}) {
const n = {
method: "post",
headers: { "Content-Type": "application/json; charset=UTF-8" },
body: JSON.stringify(t),
};
return await (await fetch(https://jl-laptop/${e}, n)).json();
}
Hello, When the resource 'jl-laptop-main' is loading in the server it is giving an error : [ 4084469] [b2944_GTAProce] MainThrd/ Creating script environments for jl-laptop-main [ 4084562] [b2944_GTAProce] MainThrd/ OnConnectionProgress: Mounted jl-laptop-main (1 of 1) [ 4094140] [b2944_GTAProce] CrBrowserMain/ Uncaught (in promise) TypeError: Failed to fetch (@jl-laptop-main/html/js/index.js:973)
in the code
async function ke(e, t = {}) { const n = { method: "post", headers: { "Content-Type": "application/json; charset=UTF-8" }, body: JSON.stringify(t), }; return await (await fetch(
https://jl-laptop/${e}
, n)).json(); }