mozilla / experimenter

A web application for managing user experiments for Mozilla Firefox.
https://experimenter.services.mozilla.com
Mozilla Public License 2.0
119 stars 185 forks source link

Recipe API endpoint returns 500 errors for messaging experiments (staging) #2604

Closed k88hudson closed 4 years ago

k88hudson commented 4 years ago

While trying to test pulling from the API on staging, I started hitting 500 errors while trying to fetch messaging experiments (e.g. https://stage.experimenter.nonprod.dataops.mozgcp.net/api/v1/experiments/message-experiment-123/recipe/).

I'm not running into this issue for other recipes like add-ons

jaredlockhart commented 4 years ago

Ah this should be returning a 404 for that endpoint for experiments that aren't ready to ship yet

k88hudson commented 4 years ago

Ah, thanks!