- Make sure the URL of AAA is provided inside the BFF Service. Check
common_files/common_constants.py
file. - Make sure the URL of BFF is provided inside the Frontend. Check
src/apis/index.ts
file. - Make sure the Frontend URL is added to ALLOWED ORIGINS in BFF CORS. Check
controller/main.py
file.