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
Right now there is a race condiction where a user will be redirected to the home page (event list) after submitting an event before that event is properly inserted into the db. The cause might be that an async function is ignored and the response written before the setEvent finishes.
It might possible also be caused by ElasticSearch not updating the cache of the event index before the new getEvents query is submitted when the user is redirected.
Will have to look into this.
The text was updated successfully, but these errors were encountered:
Right now there is a race condiction where a user will be redirected to the home page (event list) after submitting an event before that event is properly inserted into the db. The cause might be that an async function is ignored and the response written before the setEvent finishes.
It might possible also be caused by ElasticSearch not updating the cache of the event index before the new getEvents query is submitted when the user is redirected.
Will have to look into this.
The text was updated successfully, but these errors were encountered: