Jason Villalon
Jason Villalon
Hi, thanks. i think i can work without passing my own connection for now. but in the future i may need to change it.
did you figure this out?
im also experiencing this. did you find solution?
adding condition to only include turbo in next.config.js works for me ``` const nextConfig = { ...(process.env.NODE_ENV === 'development' ? { expireTime: 60 * 60, experimental: { turbo: { ......