I'm working on a project using NodeRed deployed with docker, I am using nginx location block to navigate to the particular container like http://localhost/project/projectId/port/? when I trigger this url first time it is showing up the node red flow but when I add modules from the Manage pallet and hit the same url http://localhost/project/projectId/port/? is not opening the flow and it is getting stuck at loading, what is the thing happening when adding modules to not adding modules and how to resolve this issue is any thing we can do it from nginx location block?
I suspect that websockets are getting blocked somewhere. Perhaps you have to do something in nginx to allow websockets. To confirm that is the problem look in the browser developer console to see if there is an error.
I have never seen the editor look for a url anything like that.
Can you post a screenshot of that in the developer console, with the messages around it as well?