[Question]: When uploading the knowledge base file, click Save the front-end js to report an error
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; }
I want to know how I should fix this. thx
Open the Chrome network panel to check if there is any problem with the requested interface. @kostya-sec
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.
Does this issue still exist? If not, I will close it. @kostya-sec