Jifffffy

Results 9 comments of Jifffffy

I'm sorry for replying so late. I have downloaded the 5.3.3. Now all works. I will continue to try, thanks very much!

yes, I am sure no ohter process bind port 3000 and 3001, it is ok when I run on the windows and mac. this is not the first my remotion...

in get-port.ts file using the host addrest 127.0.0.1 and 0.0.0.0. cause that socket connect timeout 127.0.0.1 and 0.0.0.0 in wsl cannot access with any port. should use a real ip...

The real address can get in the wsl as follows: ``` ip route show | grep -i default | awk '{ print $3}' ``` so it is good passing as...

@hunxjunedo I'm terribly sorry for the late reply. the problem exists. I've created a brand-new environment for testing today. I install system deps first: ``` apt install -y \ libnss3...

if hostsToTest changes to hostsToTest.slice(0,1) will be ok as I said before. ``` const getPort = async ({ from, to, hostsToTest, }) => { const ports = makeRange(from, to); for...

Thank you very much for your replay. I've found the soulation. the problem is my wsl config. I had this .wslconfig file in my home dir: ``` [wsl2] networkingMode=mirrored ```...

Is it necessary to create a dummy payment provider like a dummy email sender in the development process?