openMF / web-app

Mifos X Web App is the revamped version of the Mifos X Community App built on top of the Fineract Platform leveraging the popular Angular framework.
https://openmf.github.io/web-app/
Mozilla Public License 2.0
230 stars 533 forks source link

TypeError: n is null #1968

Closed HarimbolaSantatra closed 10 months ago

HarimbolaSantatra commented 10 months ago

Description

Browser console is showing: ERROR TypeError We have not encounter any issue using the app for now apart from this. I will update this issue if further bug is encountered.

Steps to Reproduce

OS: Ubuntu 20.04

Environment:

Application running in a Docker container, created from the official dockerfile, using

docker build -t openmf/web-app:latest .

Fineract API is running in a Docker container, behind an Nginx reverse-proxy. Nginx's server was configured to set the HTTP header Access-Control-Allow-Origin in order to fix CORS issue.

Expected Behaviour

No error showing in the console.

Actual Behaviour

Error showing in the browser console:

Firefox: 119.0.1 (64bit)

ERROR TypeError: n is null on file main.a21492d23eaeb591.js:1:6448962.

Chrome

*ERROR TypeError: Cannot read properties of null (reading )**

Settings

Screenshots

screenshot

HarimbolaSantatra commented 10 months ago

Duplicate of #1565