I’m trying to deploy Node-RED to Cumulocity using the implementation provided on GitHub ( GitHub - Cumulocity-IoT/cumulocity-node-red: This repository contains a node red microservice that runs within cumulocity. , Version 2.6.1). The microservice seems to run well, but I can’t figure out how to access the Node-RED flow editor. I’ve tried the following options:
- Accessing it directly via
/service/node-red/
: After entering my credentials into a Basic Auth popup of my browser, I just get error 403 “Forbidden”. - Using the dedicated frontend UI package (either via extension marketplace or precompiled version from GitHub or built by myself from source), the application becomes visible in the application switcher, but the application does not work properly. It just shows the Cumulocity title bar and a huge blank area.
For the case the Cumulocity version matters: I’m doing this on the EU-latest cloud.
@Tristan_Bastian: Maybe you have a good hint for me.