make error/warning more verbose #242
Replies: 1 comment
|
Hi @Mariusthvdb, Remember that this is not an integration that runs in back-end, this is just a Anyway the error message will be there, if you find an error that says that there is no a variable called |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
would help if the error could point to the actual config it references
I managed to find it though:
isn't excepted, and it requires to set an empty string apparently:
or made I should not use the ternary template here
But besides that, it would be nice to have a better pointer to the actual perpetrator in the config. (maybe a debug setting?)
All reactions