ieiekk

Results 5 comments of ieiekk

> Did you set up [variables](https://docs.github.com/en/actions/learn-github-actions/variables) or [secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions)? This works! I add SUPABASE_URL and SUPABASE_KEY as secrets: And add these lines in my deploy.yml: ```diff name: Deploy on: push: branches:...

> @ieiekk Do you happen to use a setup with a `fresh.config.ts` or without one? Asking because before we introduced `fresh.config.ts` the `dev.ts` would always load `main.ts` which in turn...

I encounter the same problems in v4.0.8, black frame randomly appeared in my renders, and I use @remotion/renderer to render out videos. - Main.tsx(output comp) ```javascript import { AbsoluteFill, Sequence...

Fix it by changing [Video](https://www.remotion.dev/docs/video) to [OffthreadVideo](https://www.remotion.dev/docs/offthreadvideo).

I'm experiencing the same problem here, and its order even dependent to the route.