Joget workflow designer Page error EventSource's response has a MIME type ("text/html") that is not "text/event-stream"

Confluence User - 25 Feb, 2023

I am trying to call the Joget workflow designer page (http://localhost:1008/jw/web/console/app/Testing/1/process/builder?j_username=admin&j_password=admin) in my Angular application page using Iframe. 

I am able to access it if my angular application is local (ie., developer system local host). If I deploy my angular application in the Azure docker container I am getting the below error.

EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection.


process;workflow

1


28 Feb, 2023
confluenceUser
confluenceUser

The iframe content might be blocked, read https://stackoverflow.com/questions/72129713/issue-loading-iframe-url-in-angular for more information.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print