Search code examples
formsflow.aiformsflow

Unable to load FormsFlow Web


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


Solution

  • 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