hi <#CL09KU1K7|>, we have deployed prefect:3-lates...
# ask-community
p
hi #CL09KU1K7, we have deployed prefect:3-latest image on our eks cluster and seeing following error:
we are not able to move forward tried all to combitions of API_HOST and URL
Copy code
- name: HOME
              value: /home/prefect
            - name: PREFECT_API_URL
              value: '<http://localhost:4200/api>'
            - name: PREFECT_DEBUG_MODE
              value: 'true'
            - name: PREFECT_LOGGING_SERVER_LEVEL
              value: DEBUG
            - name: PREFECT_SERVER_API_HOST
              value: 0.0.0.0
            - name: PREFECT_SERVER_API_PORT
              value: '4200'
            - name: PREFECT_UI_ENABLED
              value: 'true'
            - name: PREFECT_UI_STATIC_DIRECTORY
              value: /ui_build
            - name: PREFECT_API_DATABASE_CONNECTION_URL
              valueFrom:
                secretKeyRef:
                  key: connection-string
                  name: prefect-dev-rds

            - name: PREFECT_API_TLS_INSECURE_SKIP_VERIFY
              value: 'true'
n
hi @Praveen Mishra - there was a bug in 3.0.7 related to settings, which should be fixed in 3.0.8 can you try the latter?
p
yes