Niels

Results 8 comments of Niels

hey, did you add transcoding to the config? `trans: { ffmpeg: '/usr/bin/ffmpeg', tasks: [ { app: 'live', hls: true, hlsFlags: '[hls_time=2:hls_list_size=3:hls_flags=delete_segments]', } ]`

> I have fixed it by adding presets: ['module:@react-native/babel-preset'], this in place of presets: ['module:metro-react-native-babel-preset'] in babel.config.js they have removed metro-react-native-babel-preset I have that already set. Still have the issue

For me the issue was the package "@react-native/babel-preset" I did not updated it.

After downgarding to nocobase 1.9.7 everything worked. Also after migrating everything worked. Turns out if your page is a classic page v1 it works fine. But if is a mordern...