Hi, Is it normal when I click on the "reset" butt...
# dev-frontend
c
Hi, Is it normal when I click on the "reset" button of this window, it just adds "Pending" jobs in the background but nothing happens in the UI with that pop-up window? (I didnt notice at first and thought it didnt register my click so I created multiple lines marked at 10:46 and 10:47 before realizing it was actually creating jobs behind the popup) I would have expected it would disappear once i click on it? or is that the intended behaviour?
a
Do you see some failed requests in network tab? As I remember it was closing before.
If its not closing - I suppose thats an issue that I need to check
c
the closing is not immediate when i click, is it waiting for some special events?
a
I suppose it waits for response from server
c
I just reset my env so it seems to work but i was able to generate 4 lines of pending jobs before it closed itself then slowly it probably run replication 4 times and succeeded
I was in a special state before as reported here https://github.com/airbytehq/airbyte/issues/1425 in that scenario, the window wouldn't close itself
a
wait, but if you see log lines added - it means that something was starting on backend. I do not add lines on frontend - everything you see is received from backend.
c
then window should be closing then?
a
as soon as it receives response from backend. It is possible that backend sends events earlier than it returns us response.
So we want to reset data, backend starts to send some logs as a result we already have new info, but it has not returned yet the response yet