however not able to save any flow, everytime getting this error
Error: [{"logref":"f28e8170ce964527ad18b617f8bed12a","message":"Gateway error: Invalid CSRF Token 'null' was found on the request parameter '_csrf' or header 'X-XSRF-TOKEN'.","stackTrace":"Gateway error: Invalid CSRF Token 'null' was found on the request parameter '_csrf' or header 'X-XSRF-TOKEN'."}]
Ok, well, as I said, FlowForge runs on your own infrastructure as well. The benefits and features you get out of the box (like teams, user management, snapshots etc) make running 1, 10 or more Node-RED instances a simple click of a button! A piece of cake. I'll leave it there.
tried Heroku edition as well, deployment sucessful, however same error
Error: [{"logref":"f28e8170ce964527ad18b617f8bed12a","message":"Gateway error: Invalid CSRF Token 'null' was found on the request parameter '_csrf' or header 'X-XSRF-TOKEN'.","stackTrace":"Gateway error: Invalid CSRF Token 'null' was found on the request parameter '_csrf' or header 'X-XSRF-TOKEN'."}]
I think this is a very specific Cloud Foundry issue. The error reads like the CF gateway is blocking the HTTP request from the editor because it is missing a required CSRF token. However, Node-RED doesn't know anything about Cloud Foundry or what CSRF tokens are needed to get through your gateway.
I don't think this is something we can help you with on the Node-RED side of things. I suggest investigating that error message in relation to Cloud Foundry and see if other people have hit it with other applications and what approaches they took to resolve it.
Yes it's cloud foundry related topic as mentioned in initial sibject, however i am looking for guidance where to fee additional code to generate CSRF token and use it for each post request inside node-red flow