Hey! I'm facing a bug I've been told is recurring for modules in which the labels bug each time I download a new version of the module and need to restart the whole gateway to fix it.
I'm wondering if there is anything I can do in my code to fix this.
Kind regards,
Isabela
No, longstanding bug. It is a classloader problem. Classloader problems (not just this one) are the reason v8.3 doesn't support module restarts or run-time module loading. Gateway restart is the solution to the classloader problems.
For best results, including in v8.3, load your bundle(s) in your hook class's constructor, not in .setup() or .startup().
2 Likes