ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: When uploading the knowledge base file, click Save the front-end js to report an error

Open kostya-sec opened this issue 11 months ago • 3 comments

Describe your problem

Hello, I'm starting ragflow using docker-compose. When I click Save when I upload the knowledge base, the browser console.log prompts an error. filename : asyncToGenerator.js function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; }

Image Image

I want to know how I should fix this. thx

kostya-sec avatar Feb 10 '25 23:02 kostya-sec

Open the Chrome network panel to check if there is any problem with the requested interface. @kostya-sec

cike8899 avatar Feb 11 '25 02:02 cike8899

Open the Chrome network panel to check if there is any problem with the requested interface. @kostya-sec

Babel reported an error when verifying the form when click "save" and would not go to next step. But I found that this problem can be bypassed from the dataset page. Solved in disguise.

kostya-sec avatar Feb 11 '25 12:02 kostya-sec

Does this issue still exist? If not, I will close it. @kostya-sec

cike8899 avatar Apr 02 '25 07:04 cike8899