Solved Exception in 3CX CRM Template Generator

Status
Not open for further replies.

david.taylor

Gold Partner
Advanced Certified
Joined
Jan 25, 2022
Messages
22
Reaction score
11
I'm trying to create a template for Street CRM using the 3CX CRM Template Generator, but when I hit finish on the last step, I get the below exception and I am unable to save it.

Screenshot 2026-04-09 152516.png

I've attached a text file containing the full exception text (it's too long to paste in here).
 

Attachments

The JSON you provided in the wizard somewhere was invalid. Which causes this, as it tries to generate the code for the JSON format provided.
 
The JSON you provided in the wizard somewhere was invalid. Which causes this, as it tries to generate the code for the JSON format provided.
Thanks. It wasn't invalid (I've checked it with https://jsonformatter.org/), but you've at least pointed me in the right direction. It seems the template generator doesn't support nested objects (i.e. {} inside {}) and it throws this error. I had to replace it with a simplified version in order to save it, then open it again and edit it afterwards, which worked. Thanks.
 
Status
Not open for further replies.