Unable to load FormsFlow Web

Viewed 161

I have configured all the required modules, but while loading the FormsFlow Web, I see the page is not loading at all. Attached image with inspection window. Can you please suggest what might be going wrong here

Error screenshot

2 Answers

It looks like your environment variable KEYCLOAK_URL is missing. According to README mentioned here update environment variable by referring the sample.env.

After updating your environment variables ensure to rebuild the containers with command:

docker-compose -f docker-compose-windows.yml up --build -d
Related