#"can't access property Filter: E is undefined": What does this mean?

1 messages · Page 1 of 1 (latest)

glad imp
#

I can only edit the database, not the app itself, so keep this in mind.

https://modular.tabletopadmiral.com?gameUrl=https://lemonpigofficial.github.io/lionrampantjson/DEATHBALLCE.json

This is the app I'm struggling with. When you select a team, nothing bad happens. If you add a player (through the + button), the aformentioned error occurs. I have never seen this in my rather short experience and would like some advice!

Usually I'd ask my friend who is the dev of the app itself, but he's asleep...

robust apex
#

Is this an application you used in the past?

glad imp
#

Yes, I use it often for tabletop game adjacent projects.

robust apex
#

In short, what happens is that the app is trying to access a property (a value associated with another value) on a value that is not set yet (undefine). It's honestly stupid that it happens, generally 85 shouldn't and its probably not really your fault.

#

So, are you the one configuring the data for this specific view?

#

If so, maybe you should review the configurations

#

Seems like you inputed a wrong value somewhere

glad imp
#

Yep! Fixed it, turns out. There was an empty dataset for Keywords that wasn't being used.

robust apex
#

Here we go

glad imp
#

Can you help mark this as solved?

robust apex
#

Again, it's kind of stupid that it let you save with an issue like that (well stupid is harsh, mistake happens my point is that it should be handled). You should contact the owner of this project and tell them what you found.