In the good ol’ v3 days, I could throw an error in my JS codecs and it would be passed on, so when I would try and validate an object, I could see in the UI what was wrong.
All I get now is:
“Exception generated by quickjs”
And no further information.
Is there a way to make the JS codec error messages more verbose?
I am actually running 4.6.0 but I am only getting Exception generated by quickjs and nothing more. I’m running the docker version from the chirpstack/chirpstack:4.6.0 image. Do I need to pass an extra command line argument for more verbose error logs?
I’m wondering it this is an issue of different verbosity of errors provided by otto and quickjs packages? Is it possible to make quickjs errors more verobse? Since debugging @ customer is now really difficult I am going to look into this and see what I can do
I have just tried and the current level of verbosity works for me! Thank you very much Now I only need to convince the customer to update their instance