Inicializacion del servidor de parse con Bun.js (Adapter prototype)

Hi, I’m trying to run parse server with bun js, although I don’t know if it’s possible at all I get this error when trying to run the server:

Although this error disappears by downgrading the parse server version from 7.0.0 to 6.5.11, the idea is to use the latest version. I had to run Parse Dashboard in a different project because bun js is not able to run parse dashboard and never initializes it.

If anyone knows the solution to this problem I would appreciate the help, in case it is impossible to run parse-server + parse-dashboard with bun js please reply to this post.

Testing Bun is a good idea. I’m curious if the results.
You should put a breakpoint and debug that error.
Looks interesting.

Have you tried with Bun 1.25, which is supposed to greatly enhance to Node compatibility ?

I believe this issue was fixed in Parse Server 8.0.0

1 Like