OPNsense Forum

English Forums => 25.7 Series => Topic started by: Nobody2223 on August 19, 2025, 11:29:33 AM

Title: Table visualisation shows error
Post by: Nobody2223 on August 19, 2025, 11:29:33 AM
Hi all,

after upgrading from an older version to the current version I faces many crashes (think this is solved by microcode update).

But since the update (not sure if direct or after the first crash) I see an error in nearly all table views.
For example Firewall Alias (see image).

Checking this via Browser Debug.
I found that an error is catched in DataLoader.js row 62:

"}).catch((error) => {
            console.error("Data Load Error: ", error);
            this.dispatchExternal("dataLoadError", error);"

Browser cache cleard, used different browser, even a new device to iliminate some caching artefacts.
Still the same.

So I would expect somehow data loading is not working.



Any ideas / solution?

Stefan

Title: Re: Table visualisation shows error
Post by: Nobody2223 on August 19, 2025, 11:54:58 AM
Hi all,

after upgrading from an older version to the current version I faces many crashes (think this is solved by microcode update).

But since the update (not sure if direct or after the first crash) I see an error in nearly all table views.
For example Firewall Alias (see image).

Checking this via Browser Debug.
I found that an error is catched in DataLoader.js row 62:

"}).catch((error) => {
            console.error("Data Load Error: ", error);
            this.dispatchExternal("dataLoadError", error);"

Browser cache cleard, used different browser, even a new device to iliminate some caching artefacts.
Still the same.

So I would expect somehow data loading is not working.


Any ideas / solution?

Stefan
Title: Re: Table visualisation shows error
Post by: Nobody2223 on August 19, 2025, 11:55:44 AM
sorry editor problems