You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently /find/links?q[_to]=fooid&q[type]=watch&q[enabled]=1
passes through enabled: '1' to mongodb, which of course fails. Consider inspecting the schema, perhaps at /routes/data/find level, and converting truthy query string params for boolean fields to true | false.
The text was updated successfully, but these errors were encountered:
currently /find/links?q[_to]=fooid&q[type]=watch&q[enabled]=1
passes through enabled: '1' to mongodb, which of course fails. Consider inspecting the schema, perhaps at /routes/data/find level, and converting truthy query string params for boolean fields to true | false.
The text was updated successfully, but these errors were encountered: