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
Inspecting the returned response:
Code: 201
{"created":null,"result":"created"}
My guess is the front end is expecting the newly created query to be part of response.created. If this is the case, we could either force a full /query refresh as if the page were just loaded, or we could figure out why the new query isn't being returned from the backend.
The text was updated successfully, but these errors were encountered:
Inspecting the returned response:
Code: 201
{"created":null,"result":"created"}
My guess is the front end is expecting the newly created query to be part of response.created. If this is the case, we could either force a full /query refresh as if the page were just loaded, or we could figure out why the new query isn't being returned from the backend.
The text was updated successfully, but these errors were encountered: