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
When I perform the operation in NUI in the first image, I get the error "net::ERR_NAME_NOT_RESOLVED" as seen in.
The reason for the error is the "_" at the beginning of the username.
Everything works normally as seen in the second and third pictures.
Expected result
The expected result is that the fetch operation works.
SetHttpHandler(function(request, response)
ifrequest.method=='GET' andrequest.path=='/ping' then-- if a GET request was sent to the `/ping` pathresponse.writeHead(200, { ['Content-Type'] ='text/plain' }) -- set the response status code to `200 OK` and the body content type to plain textresponse.send('pong') -- respond to the request with `pong`else-- otherwiseresponse.writeHead(404) -- set the response status code to `404 Not Found`response.send() -- respond to the request with no dataendend)
What happened?
When I perform the operation in NUI in the first image, I get the error "net::ERR_NAME_NOT_RESOLVED" as seen in.
The reason for the error is the "_" at the beginning of the username.
Everything works normally as seen in the second and third pictures.
Expected result
The expected result is that the fetch operation works.
Reproduction steps
Importancy
Unknown
Area(s)
FiveM
Specific version(s)
Server 12508
Additional information
No response
The text was updated successfully, but these errors were encountered: