christrading
christrading
Explore posts from servers
TTCTheo's Typesafe Cult
Created by MaDetho on 6/23/2023 in #questions
Recommendations for Realtime Service (Pusher, Supabase Realtime etc..)?
Has anyone used Soketi? I have been trying to integrate it into my NextJS application, however, been stuck on it for over a week now with the incomplete documentation, inactive Discord channel, and lack of online discussions/videos. Would love to hear how someone set theirs up with NextJS/node in place of Pusher 🙂
9 replies
TTCTheo's Typesafe Cult
Created by christrading on 2/14/2023 in #questions
Create T3 App Lighthouse Performances
10 replies
TTCTheo's Typesafe Cult
Created by christrading on 2/14/2023 in #questions
Create T3 App Lighthouse Performances
10 replies
TTCTheo's Typesafe Cult
Created by christrading on 2/14/2023 in #questions
Create T3 App Lighthouse Performances
To set up my environment variables and run in production, what I did was Create a random sequence of bytes for our NEXTAUTH_SECRET with command: openssl rand -base64 32 Add the sequence to the .env file NEXTAUTH_SECRET="your-random-sequence-value-here" Run commands
yarn build
yarn start
yarn build
yarn start
10 replies
TTCTheo's Typesafe Cult
Created by christrading on 2/14/2023 in #questions
Create T3 App Lighthouse Performances
Okay. I'll look into set up my production environment variables now so that I can run yarn build and check the Lighthouse sources on production
10 replies
TTCTheo's Typesafe Cult
Created by christrading on 2/14/2023 in #questions
Create T3 App Lighthouse Performances
This was on localhost:3000 running yarn dev
10 replies