Hi Martin, can you confirm that you don’t see the error when Rhino’s language is set to English? What about another language (not German)?
Your issuer server is setting the license “edition” to null for German when the license is added to Cloud Zoo. I think this might be the cause of the problem, but we’ll need to double check.
Hi Will,
thank you. I couldn’t change the language setting unfortunately because if I try the browser country detection is setting the page back to German.
So, if we want this to work in every language, we’ll just keep the english entry and then all languages
(German, French, Chinese, etc.) will be having the word “en” displayed. Correct?
We’ll change this and delete the German Entry completely.
The "de": null is definitely the cause of the licenses portal (Rhino Accounts) showing an empty edition when the browser language is set to German. If the “de” key was not present then the UI would fall back to the English string.
Rhino uses the same logic, however I’m still not entirely sure what’s triggering the null reference exception here. I’ve tried reproducing the same situation that you have using my own test plug-in, but I never saw the error.
Please let me know if removing the “de” key (i.e. "editions": { "en": "Beta" }) solves the issue. You might need to logout of Rhino to test properly (_Logout).