Error in Render Streaming with the command line in the command prompt

I tried rendering in the web browser using the exe file of the Unity project. When I run the exe file by double-clicking it and going to the web browser to put the address it works fine.
But the problem arises when I try to run the exe file from the command prompt using the command line:
file.exe -webserver -webport=80
it doesn’t work. It doesn’t show any output in the browser.
Node js file webserver.exe runs but no output in the browser.



You should use “port” option instead of “webport”.
https://docs.unity3d.com/Packages/com.unity.renderstreaming@3.1/manual/webapp.html