Fauzan
Fauzan
We may need to take a note about this: - For the performance reasons: https://github.com/WiseLibs/better-sqlite3/issues/262#issuecomment-1224373775 (There is a large difference on the benchmark he provide.) - For the compability reasons:...
> Are you using next.js RSC/app router? I'm not using it
It's still an issue in my local, in production it's working fine. Joke a side, sometimes local is working but production not, but this one is the opposite haha
@sigma390 Yes
Can you use the latest bun `v1.1.7` and see if the issue is resolved? 
Can you continue with this PR? @sdepold This is nice to being merged Possibly fix : #2577 (the early one) #7649 Possibly close this related PR : #12019
`isMulti={false}` solves my problem ```jsx ({ value: currency.currency_id, label: currency.currency_name, }))} filterOption={createFilter({ ignoreAccents: false })} isMulti={false} onChange={(e) => setFromCurrency(e.value)} /> ```
> Just curious. Do you have node installed on your system? I recently noticed an issue where prisma does not work if node is not installed. Yes, I have node...
Hi @yusukebe and everyone, I think this issue solved in https://github.com/honojs/hono/pull/2499 in case you need help to track the progress of this issue, correct me if I'm wrong. ;)
```Dockerfile FROM oven/bun:1 as base ``` For my issue, I already set debian-openssl-1.1.x to binaryTargets, but still get the same errors ```sh Prisma Client could not locate the Query Engine...