Timo Otten

Results 9 comments of Timo Otten

@jonasgloning For me there is a issue, I just try this website to stream my smartphone stream to my desktop. https://glitch.com/~peerjs-video.

It works, thank you.

Hey, how can I use/install it? :) npm i flowbite flowbite-react is not working.

I update the dev.ts dev.ts: ```typescript // dev.ts import { createServer } from 'vite'; import { join } from 'path'; import { EventEmitter } from 'events'; import { IncomingMessage, ServerResponse...

@ChiefORZ Did you found a solution for this? :)

@ChiefORZ The solution with this: ENV DATABASE_URL=$DATABASE_URL Works for me, in the logs it’s just empty, to not leak the data/key. You have to define all your ENV variables like...

No I dont found a good solution. My current solution is just returning the error and success with something like this: ``` { success: true, message: "Hello World!" } ```