Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Nobody2223

#1
It's definetly a problem of the OpnSense installation.
More technical details here: https://github.com/opnsense/core/issues/9113

Same config in a different instance is not showing this bug.

Further investigation showed a corresponding error message in the OPNSense logs.
Looks like a class is "missing".
The file is present and in the correct location (compared two systems).

Would expect it is some broken file or class path.

The big question where and why.

The why, maybe the crash or a update problem.
#2
sorry editor problems
#3
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
#4
25.7, 25.10 Series / Table visualisation shows error
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