bitangel.dev
@bitangel.dev
- BitSong Founder and Dev
- bitsong.studio founder and dev
- sinfonia.zone founder and dev
😢
September 19, 2025 at 3:57 PM
🤣🤣🤣
March 7, 2025 at 12:29 AM
Thank you, will try
February 27, 2025 at 8:43 PM
Do you have some code to share? I never tried aws lambda
February 27, 2025 at 8:26 PM
Unfortunately, we use ffmpeg to decode and encode audio and video. So I need to externalize services and use plain nodejs. With vercel fluid a lot of issue disappeared, but again we can't use ffmpeg there
February 27, 2025 at 8:05 PM
So what do we need? A good tutorial that handles real cases?
February 27, 2025 at 7:55 PM
Yes this is another issue and the workaround is to add a script... but nuxt/nitro is too awesome to use workaround everywhere ahah
February 27, 2025 at 7:53 PM
Yes even pm2 is different
February 27, 2025 at 7:52 PM
It happens also with node, I will try to publish a minimum reproducible once I get this again
February 27, 2025 at 7:43 PM
Yes and as I use 3 deployments (vercel, cloudflare and node) it's very stressfull
February 27, 2025 at 7:33 PM
Sometimes I also discovered issue when using import, on cloudflare (as always sometimes)
import { fn } from '@/server/utils'
import { fn } from '~/server/utils'
import { fn } from './utils'

cause differents scenario. and you need to debug your imports according the provider
February 27, 2025 at 5:45 PM
About the auto-import, usually you create functions in defineEventHandler, so in locally you don't need to import functions that are in /server/utils. But if you deploy it on cloudflare then you start to receive errors because the workers don't know where the function is stored
February 27, 2025 at 5:12 PM
It's very hard to create a reproducible, but once I'll get some issue I will try to fork the repo and I will share it with you. Again I'm not the only one that complain these issues
February 27, 2025 at 5:06 PM
Thanks, I miss you on X :)
February 27, 2025 at 4:42 PM
The issue are always related to the backend (nitro in that case)
February 27, 2025 at 3:39 PM
I use several deployments, vercel, cloudflare, and node.. I spoke with a few devs they're have same issue. It's not easy to reproduce because happen randomly. Sometimes you need to deactivate auto imports, sometime envs are not considered, sometime you need to use useEvent and sometimes doesn't work
February 27, 2025 at 3:25 PM