app-generator / devtool-python-converter

Data Converter - XLS, OpenAPI, DataFrames, Links | AppSeed
https://app-generator.dev
Other
11 stars 7 forks source link

Remote DB Scans - Consecutive connections (no page refresh) #53

Open app-generator opened 1 year ago

app-generator commented 1 year ago

Hello team,

If the user connects two consecutive DB and manages the data as data tables, only the first one is successful. In order to have success, the user needs to refresh the page.

[the same thing happens to CVS ]

Here are the steps:

Please take a look. Ty!

masoom80 commented 1 year ago

@alivarastepour

alivarastepour commented 1 year ago

hello @app-generator this and other issue described here are produced because of a datatable library bug(export uses datatable library to produce results too). I checked and there is nothing wrong with the files sent from client side, so basically the result must be delivered as request but it is not.

app-generator commented 1 year ago

Ty @alivarastepour for this status.

@masoom80 please take into account this remark from @alivarastepour and make an end-to-end test.

Ty!

app-generator commented 1 year ago

P.S. all conversions should support multiple consecutive conversions with full reset (backend & frontend) at each drop. This is important for the stability of the library.

Ty!

alivarastepour commented 1 year ago

P.S. all conversions should support multiple consecutive conversions with full reset (backend & frontend) at each drop. This is important for the stability of the library.

Ty!

Hi @app-generator We need help on this since we don't know exactly where to look at for the bug. The flow looks fine in js codes. There might be a problem with datatables library.

app-generator commented 1 year ago

Ok guys! Ty for all the work, I will continue from now on. We can consider the project closed.

I hope we can work together on another projects as well.