Possible. As I am working on a test server right now, I can try a few things.
Something I found bizarre is in GitHub - openedx/frontend-app-authn: Open edX micro-frontend application for new login and registration experience. I discovered that MFE_CONFIG_API_URL is supposed to be setup as /api/v1/mfe_config
But when I try to set it myself I then discovered
ubuntu@ip-10-0-0-48:~/.local/share/tutor/env$ grep -r MFE_CONFIG_API_URL
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
plugins/mfe/build/mfe/Dockerfile:ENV MFE_CONFIG_API_URL=/api/mfe_config/v1
apps/openedx/settings/lms/production.py:MFE_CONFIG[“MFE_CONFIG_API_URL”] = “/api/v1/mfe_config”
apps/openedx/settings/lms/production.py:MFE_CONFIG[“MFE_CONFIG_API_URL”] = “/api/v1/mfe_config”
apps/openedx/settings/lms/development.py:MFE_CONFIG[“MFE_CONFIG_API_URL”] = “/api/v1/mfe_config”
so, is it /api/mfe_config/v1 or /api/v1/mfe_config ?