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
It's quite weird to this kind of hot reloads like development but in production. Actually it is not recommended at all as you are allowing possible attacks easily. Personally, I believe that the best practice here would be to the reload in development and once developed you can do a push to your repository, and from there do the reload via a hook. This way you can achieve the same, but in a more secure and easier to understand way.
I'm sorry that I can't help more with this, but this architecture/functionality you are proposing is extremely rare.
I was having an issue getting the reloads to work. It turns out that NGINX is not allowing the events to be propagated.
The text was updated successfully, but these errors were encountered: