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
Sometimes Impulse will return a conversation but with certain fields empty (i.e. in the few minutes after you create an inquiry). This results in errors like this in Emission, which expects last_message and initial_message to be non-null:
We should be able to handle these intermediary states and either not return the conversation to a client if it isn't ready or have some sort of 'loading' state.
The text was updated successfully, but these errors were encountered:
Sometimes Impulse will return a conversation but with certain fields empty (i.e. in the few minutes after you create an inquiry). This results in errors like this in Emission, which expects
last_message
andinitial_message
to be non-null:We should be able to handle these intermediary states and either not return the conversation to a client if it isn't ready or have some sort of 'loading' state.
The text was updated successfully, but these errors were encountered: