Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
125 stars 50 forks source link

[surveyform] saveResponse Issue: Could not load edition metadata for surveyId: 'state_of_css', editionId: 'css2023' #240

Closed stananiev closed 1 year ago

stananiev commented 1 year ago

⚠️IMPORTANT: please make sure to remove any private data from the “Submitted Data” log⚠️

Submitted Data:

{
  "readingList": [
    "logical_properties",
    "content_visibility",
    "object_view_box",
    "viewport_percentage_length_units",
    "media_queries_range_contexts",
    "anchor_positioning",
    "blend_modes",
    "backdrop_filter",
    "intrinsic_sizing",
    "view_transitions",
    "color_function",
    "accent_color",
    "color_mix",
    "wide_gamut_colors",
    "relative_colors",
    "gradient_color_spaces",
    "scroll_snap",
    "overscroll_behavior",
    "touch_action",
    "scroll_behavior",
    "scrollbar_gutter",
    "font_display",
    "line_clamp",
    "variable_fonts",
    "font_palette",
    "text_wrap_balance",
    "prefers_reduced_motion",
    "prefers_color_scheme",
    "prefers_reduced_data",
    "color_scheme",
    "prefers_contrast",
    "forced_colors",
    "focus_visible"
  ],
  "css2023__features__prefers_reduced_motion__experience": "heard",
  "css2023__features__prefers_color_scheme__experience": "heard",
  "css2023__features__prefers_reduced_data__experience": "never_heard",
  "css2023__features__color_scheme__experience": "never_heard",
  "css2023__features__prefers_contrast__experience": "never_heard",
  "css2023__features__forced_colors__experience": "never_heard",
  "css2023__features__focus_visible__experience": "heard",
  "lastSavedAt": "2023-07-12T09:12:37.745Z",
  "locale": "en-US"
}

Location

https://survey.devographics.com/en-US/survey/state-of-css/2023/wozgBGZECTZMOwXioTwmq/6

Timestamp

Wed Jul 12 2023 12:12:38 GMT+0300 (Eastern European Summer Time)

Error:

{
  "id": "fetch_edition",
  "status": 400,
  "message": "Could not load edition metadata for surveyId: 'state_of_css', editionId: 'css2023'",
  "error": {}
}
SachaG commented 1 year ago

Oh, it looks like our internal API was down. I've fixed the issue, would you be able to try and submit your data again?

stananiev commented 1 year ago

Yep, it works now 👍