Upgradeing issue corteza from 2021.3 to 2021.9.8

we are trying to upgrade corteza version 2021.3.11 to 2022.3.0
CRM admin not working when we enable HTTP_WEBAPP_ENABLED=true

Error log as below

server_1_cf17259bc90e | 16:16:32.868 INFO initializing store {“path”: “/data/compose”}
server_1_cf17259bc90e | 16:16:32.872 DEBUG reloading API Gateway routes and functions {“count”: 0}
server_1_cf17259bc90e | 16:16:32.872 DEBUG registering routes {“count”: 0}
server_1_cf17259bc90e | 16:16:32.872 DEBUG corredor watcher initialized
server_1_cf17259bc90e | 16:16:32.872 DEBUG workflow.session watcher initialized
server_1_cf17259bc90e | 16:16:32.872 DEBUG monitor watcher initialized {“interval”: “5m0s”}
server_1_cf17259bc90e | 16:16:32.872 DEBUG scheduler starting {“delay”: “27.127704646s”, “interval”: “1m0s”}
server_1_cf17259bc90e | 16:16:32.881 INFO auth auth server ready {“AUTH_BASE_URL”: “admin.flowzstaging.tk/auth”, “AUTH_EXTERNAL_REDIRECT_URL”: “admin.flowzstaging.tk/auth/external/{provider}/callback”}
server_1_cf17259bc90e | 16:16:32.882 DEBUG auth setting changed {“localEnabled”: true}
server_1_cf17259bc90e | 16:16:32.882 DEBUG auth setting changed {“signupEnabled”: true}
server_1_cf17259bc90e | 16:16:32.882 DEBUG auth setting changed {“emailConfirmationRequired”: true}
server_1_cf17259bc90e | 16:16:32.882 DEBUG auth setting changed {“passwordResetEnabled”: true}
server_1_cf17259bc90e | 16:16:32.882 DEBUG auth setting changed {“externalEnabled”: true}
server_1_cf17259bc90e | 16:16:32.882 DEBUG service.settings registering new settings change listener {“prefix”: “auth.”}
server_1_cf17259bc90e | 16:16:32.882 DEBUG service.settings registering new settings change listener {“prefix”: “resource-translations.languages”}
server_1_cf17259bc90e | 16:16:32.882 INFO http starting HTTP server {“path-prefix”: “/”, “address”: “0.0.0.0:80”}
server_1_cf17259bc90e | 16:16:32.882 INFO auth running startup garbage collection
server_1_cf17259bc90e | 16:16:32.882 INFO auth starting garbage collecting process {“interval”: “15m0s”}
server_1_cf17259bc90e | 16:16:32.882 ERROR could not preload application index HTML {“error”: “open webapp/public/admin/index.html: no such file or directory”}
server_1_cf17259bc90e | 16:16:32.882 ERROR could not preload application index HTML {“error”: “open webapp/public/compose/index.html: no such file or directory”}
server_1_cf17259bc90e | 16:16:32.882 ERROR could not preload application index HTML {“error”: “open webapp/public/workflow/index.html: no such file or directory”}
server_1_cf17259bc90e | 16:16:32.882 ERROR could not preload application index HTML {“error”: “open webapp/public/reporter/index.html: no such file or directory”}
server_1_cf17259bc90e | 16:16:32.882 ERROR could not preload application index HTML {“error”: “open webapp/public/index.html: no such file or directory”}

we tried with locally but it show CORS policy error occered
corteza-webapp-compose:2022.3.0 version

Access to XMLHttpRequest at ‘admin.flowzstaging.tk/auth/oauth2/default-client’ from origin ‘http://127.0.0.1:8080’ has been blocked by CORS policy: The ‘Access-Control-Allow-Origin’ header contains multiple values ‘127.0.0.1:8080, *’, but only one is allowed.

Hi @Chirag

What docker image are you using?

Check examples here please: Online Deployment Examples :: Corteza Docs

Check if you are using cortezaproject/corteza-server docker image and change it to cortezaproject/corteza.

yes now working.
thanks for update