miurla / morphic

An AI-powered search engine with a generative UI
https://morphic.sh
Apache License 2.0
4.97k stars 1.16k forks source link

[BUG] ⨯ unhandledRejection: Error: .append(): The current value doesn't support appending data. Type: object #234

Closed ifreeman6 closed 2 weeks ago

ifreeman6 commented 2 weeks ago

Is there an existing issue for this?

Current Behavior

I meet this error when I try to run a query....

Expected Behavior

....

Steps To Reproduce

...

Environment

- OS:
- Browser:Edge browser

Anything else?

No response

miurla commented 2 weeks ago

It seems that the issue might be related to the version of the libraries installed. Could you please confirm if you used the bun install command to install the dependencies?

ifreeman6 commented 2 weeks ago

Thanks very much ! I have solved this issue when I use "bun install" to install it.