0xExile

Results 7 comments of 0xExile
trafficstars

I can't reproduce the bug. Needs more investigations. Thanks @regulardesigner

> Hey @arthureichelberger > > it can be a select one that offers > 10min / 20min / 30min / 45min / 1h. > just above the input for the...

> is it possible for you to provide some more detailed information on the admin user process? > > currently i am getting: > `TypeError: Cannot read property 'username' of...

Server : ``` [0017] DEBUG middleware_log: tcp:127.0.0.1:59529 out- > (358 bytes) - local endpoint: tcp:127.0.0.1:7071 ``` Client : ``` [0016] DEBUG pipe: execute middleware msg-len m=300 name=log op=Receive pos=3 [0016]...

https://github.com/hunzaboy/Ckin-Video-Player/issues/2#issuecomment-468912813

> I am having similar issues with `queryContent` on `ssg` (Nuxt 3.2.2 and latest nuxt content). On run dev and using ssr build has no problems . The error in...

If you got a _Content not found._ with Nuxt Content, try to explicitly add `ssr: true` to your config ``` export default defineNuxtConfig({ ssr: true, ... }) ```