That's a very different error. It sounds like you're getting a key and requesting it to parse as JSO
That's a very different error. It sounds like you're getting a key and requesting it to parse as JSON, but haven't stored valid JSON in the value
text and not json and logging the result.env.NAMESPACE.get(key, { type: "text" }); instead of env.NAMESPACE.get(key, { type: "json" }); for example.
They don't even see discordThe issue has been acknowledged. It's not a matter of "not seeing it", it's actively being worked on by the relevant teams. If you don't want to spend money on Pro, that's fine - but debating this won't get the issue resolved faster
textjsonenv.NAMESPACE.get(key, { type: "text" });env.NAMESPACE.get(key, { type: "json" });