Hi All
Is there anyway that we embed an application running on localhost into Low-Code Application?
We have a React UI which we like to run it locally and embed it in Low-Code app.
Hi Ladan,
It doesn't matter where the embedded app is hosted, as long as it can be accessed from the same machine the LCA is accessed from. This means that using the localhost URL will not work when the LCA is accessed from a different machine. Hosting the react app on the same machine as the DMA is possible, but to access it via the LCA using a different machine, you will need to have a public URL/IP for it.
Hi Wout
We placed react in on DMA and tried LCA connection from the same DMA. However it still doesn’t display the content of react UI
Hi Ladan,
What protocol are you using to embed the webpage and to access the LCA itself? Note that if the LCA uses HTTPS (recommended), the React app on localhost will also need to use HTTPS. This means that it will need to provide a valid certificate for the localhost domain or the connection will be refused.
Yes, we are using HTTPS, I can see in my IIS manager it runs with awsdmat….:8443 port…but for certificate we have used manual created certificate, any other way?
Hi Ladan,
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer that has been most helpful for you (using the ✓ icon)?