Stephen McLaughlin
Stephen McLaughlin
@dceejay @knolleary Updated PR and added a comment here: https://github.com/node-red/node-red/pull/3530#issuecomment-1105730063
Hi, this works for me... ```shell 16 Apr 11:28:44 - [info] Worldmap version 2.26.1 16 Apr 11:28:44 - [info] Dashboard version 3.1.5 started at /ui 16 Apr 11:28:44 - [warn]...
Hi @colinl thanks for the detailed info. It certainly smells like a timing issue. I suspect what is happening is the browser is getting "something" for the CSS request -...
So I have been trying to debug this. What I have found is that after starting node-red & opening the browser at `localhost:1880/`, `ui.editor` is not called (and therefore the...
A bit more weirdness... ### Normal loading  ### Abnormal loading 
Hi @max-wa I beleive I have found the problem. Below is a screenshot of the mosquitto.db before and after my (local) modifications...  👆 can see the `Session expiry` has...
@max-wa if you are in a position to do so, can I request that you apply this fix locally in your node-red? Although this is working fine on my systems,...
Hi @max-wa - I assume your extended testing was satisfactory since you closed this? Please let me know. Also, please leave this issue open (I will close it when the...
@fr0st61te thanks for this. Did you sign the EasyCLA mentioned above ↑ ?
I cannot re-create this. Are you using file context? memory context? Can you try this flow & show me the results... ``` [{"id":"f70d4fc3.c71c38","type":"subflow","name":"Subflow 2","info":"","in":[{"x":80,"y":80,"wires":[{"id":"e7a1deed.3d9288"}]}],"out":[{"x":320,"y":80,"wires":[{"id":"e7a1deed.3d9288","port":0}]}]},{"id":"e7a1deed.3d9288","type":"function","z":"f70d4fc3.c71c38","name":"","func":"let a=1;\n\nvar fv = flow.get(\"$parent.test\");\nnode.warn([\"flow.get $parent.test:\", fv]);\n\nreturn...