Saeed Nemati

Results 59 comments of Saeed Nemati

I have the same problem. I upgraded my react-scripts from v4 to v5 and I lost hot reload. Here's my tech stack: - Ubuntu - Nginx - Docker - React...

For me `WDS_SOCKET_PORT` can not be set statically. Because we have a system that dynamically assigns a port to our Nginx reverse proxy to bind to docker's 3000.

It is indeed a bug. We dynamically assign ports. Inside docker react runs on port 3000. That 3000 would be mapped to a dynamic port on the host. Say 5694...

@raix, `WDS_SOCKET_PORT=0` worked for me. But we still need it to be the default value and automatic. Because it's very repetitive to add this config to every `.env` file of...

The point is, I can see other AJAX calls that I'm not capturing in the Network tab. And I can log them in `BeforeResponse` method. But the one's that I'm...

Thank you @rfay for answering. The point is, I don't know the name of the domains. Thus I can't list them there. Does this command work? `mkcert *.*`

OK, thank you. I understood. There is no possibility for a universal wildcard certificate to be used for development. This means that I have to automate the certificate creation process...

@minecraftchest1 this is what I got: > Created a new certificate valid for the following names 📜 > - "*.local" > Warning: many browsers don't support second-level wildcards like "*.local"...

@mattKaczorowski I ended up completely reinstalling everything, even Ubuntu. It was truly annoying.

@mattKaczorowski yes. For me reinstalling my OS and everything solved it. Though it was extremely annoying.