Hello - I’m on step 1 of the Answers Final Challenge and I’m running into an error. The code I’ve written for the new Jobs vertical is error-free, but when I click “Save” on the config I get this error:
- 0:0 Unable to deserialize configuration: Invalid configuration type null
The code I’ve written for the Jobs vertical is as follows (and in the screenshot). I have also tried looking up this error in the HH community and on Google, and I don’t understand what it has to do with my vertical, especially since my vertical is error-free (and has been triple checked at this point! ) Any help you can provide would be much appreciated
Jobs Vertical Code:
“Jobs”: {
“entityTypes”: [
“c_job”
],
“name”: “Jobs”,
“searchableFields”: {
“name”: {
“textSearch”: true
},
“builtin.entityType”: {
“nlpFilter”: true
},
“c_jobDepartment”: {
“nlpFilter”: true
},
“c_employmentType”: {
“nlpFilter”: true
},
“builtin.location”: {
“nlpFilter”: true,
“textSearch”: true
}
}
}