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
When addding experiments to an assistant, the page reloads with the message "x experiments added; start the assistant". The "start" link in the message does lead to the assistant page, but the assistant does not start.
This is caused by the fact that the assistant page looks for the "start" parameter only in a POST HTTP request. That link loads the page with the correct parameter, but in a GET request.
The text was updated successfully, but these errors were encountered:
When addding experiments to an assistant, the page reloads with the message "x experiments added; start the assistant". The "start" link in the message does lead to the assistant page, but the assistant does not start.
This is caused by the fact that the assistant page looks for the "start" parameter only in a POST HTTP request. That link loads the page with the correct parameter, but in a GET request.
The text was updated successfully, but these errors were encountered: