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
Mifos X version: cloned from current master branch (2024-01-14)
Browser used: Firefox 119.0.1 and Chrome 120.0.6099.199
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
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