hundreds-midnight-51493
02/12/2025, 4:48 AMwhite-fireman-22476
02/12/2025, 2:14 PMwhite-fireman-22476
02/12/2025, 2:16 PMhundreds-midnight-51493
02/13/2025, 3:41 AMwhite-fireman-22476
02/13/2025, 8:43 AMwhite-fireman-22476
02/13/2025, 8:46 AMhundreds-midnight-51493
02/13/2025, 2:20 PMGrowthbook experiment
to the valid entry types.
I get the error as soon as I go to make a new item using this content type. Even before I've selected to build a growthbook experiment.hundreds-midnight-51493
02/13/2025, 2:24 PMsecret_admin_***
white-fireman-22476
02/13/2025, 3:51 PMhundreds-midnight-51493
02/13/2025, 3:51 PMwhite-fireman-22476
02/13/2025, 3:54 PMwhite-fireman-22476
02/13/2025, 4:27 PMhundreds-midnight-51493
02/13/2025, 7:04 PMhundreds-midnight-51493
02/13/2025, 7:20 PMwhite-fireman-22476
02/13/2025, 7:56 PMwhite-fireman-22476
02/13/2025, 7:58 PMhundreds-midnight-51493
02/13/2025, 8:34 PMwhite-fireman-22476
02/13/2025, 8:52 PMwhite-fireman-22476
02/13/2025, 8:53 PMwhite-fireman-22476
02/13/2025, 8:55 PMwhite-fireman-22476
02/13/2025, 8:55 PMhundreds-midnight-51493
02/13/2025, 8:56 PMwhite-fireman-22476
02/13/2025, 8:58 PMwhite-fireman-22476
02/13/2025, 8:59 PMwhite-fireman-22476
02/13/2025, 9:00 PM<https://api.growthbook.io>
white-fireman-22476
02/13/2025, 9:01 PMhundreds-midnight-51493
02/13/2025, 10:07 PMhundreds-midnight-51493
02/13/2025, 10:08 PMwhite-fireman-22476
02/13/2025, 10:17 PMit'd be helpful update this to reflect the full urlYes I have a PR that is half written that does that and some other extra validation on the configuration page.
white-fireman-22476
02/13/2025, 10:24 PMbut I'm now getting a different error 😕Oh no. That one might not be so fixable without getting the code updated. The plugin right now assumes that query_id which I assume your datasource on growthbook doesn't have. I can see if I can load the available query_id's from the datasource api and/or add it to the configuration page, but unless you change the query_id on your datasource in growthbook I'm afraid the plugin won't work as is.
white-fireman-22476
02/13/2025, 10:27 PMwhite-fireman-22476
02/13/2025, 10:29 PMhundreds-midnight-51493
02/13/2025, 10:29 PMwhite-fireman-22476
02/13/2025, 10:29 PMhundreds-midnight-51493
03/06/2025, 3:33 PMgray-waitress-14888
03/06/2025, 11:47 PMGrowthbook Experiment
entry. It renders the following error:
Unrecognized assignment query ID: user_id
I checked the API call that is being done to GB, it is POSTing an entry to the experiments
endpoint, with the following payload:
{
"datasourceId": "REDACTED",
"assignmentQueryId": "user_id",
"trackingKey": "andres-contenful-test",
"name": "andres contenful test",
"variations": [
{
"name": "Control",
"key": "0",
"id": "4ajdZxDD1jcEuAezXyLDS0"
},
{
"name": "Variation A",
"key": "1",
"id": "4zusFvHuVtpYLUkfBKFb6s"
}
],
"description": "Created from [Contentful](<https://app.contentful.com/spaces/REDACTED/entries/2JcbY9T7Jjkyy1iXJMdYUG>). \n\n#### Variations \n**Control**: Gypsy Takeover \n**Variation A**: WL Musicals Banner hamilton\n "
}
The endpoint returns a 400 error, with the rendered message.
user_id
does exists in our data source.
Would that information help you troubleshoot what might be going wrong with our experiment? Thanks in advance for your help.
cc @hundreds-midnight-51493gray-waitress-14888
03/19/2025, 9:09 PM