Hello everyone, I may need some of your front-end expertise on this one.
I'm building a form with different inputs and a button.
The inputs are custom React components. As shown in the picture.
And I am trying to handle state in the corresponding parent component without any 3rd party library....

can i have 2 or more nextjs app in a create-t3-turbo app?
example having
1) regular user web app
2) Admin dashboard for the user web app
and then for the mobile app side of things...
How would y'all get realtime updates with t3 stack? Is there an accepted solution?
or is this the time to interface with postgres w/o prisma?
i18next bold strings
Anyone has a better (working) solution for this ?
``ts
message={i18n.t(
'member-label:form.designConfig.highContrastTooltipMessage',
{ firstScore: <strong>${3}</strong>`, secondScore, thirdScore },...How to view file using a proxy page
How can I create a page which only has the usecase of viewing files like the default browsers behavior.
Right now I have a proxy page in which I load the file using an iframe, but that has some weird issues, not sure if there is a better solution....
Aligning the right side of an image with the left side of a grid col
I'd like to align the right hand side of the image with grid-col-1

Issues with next-auth discord
I created a t3 app and I'm having issues with using discord auth. I've tried multiple ways to approach the issues but I'm just not sure where the issue is happening because there are no errors being logged.
On first start up I can log in just fine. But when I log out and try to log back in it sends me to the /api/auth/error route. There's no session in the database (I swapped it from sqlite to postresql to see if that would remediate the issue). I deleted the cookies and cleared any session data that I could find. But it always sends me to the error route with no error logs in the browser console or the terminal.
The only thing custom I've done to the default repo is add zustand, ripping that out is the only thing I haven't tried....

intellisense
cant find tailwind.config file. when i click to open the path and create a file it creates a file where my tailwind.config is but it adds a " ' ". i think the path that its looking for has a misplaced " ' "

Deployment Errors on Vercel related to Tanstack NPM Packages
Does anybody have any experience resolving these types of errors? Not sure what to do and can't find anything online related....
Thanks!...

Bad Idea? Detect mobile with UserAgent Next.js
I have a component that I am showing/hiding with mediaqueries like this
```
const [selectedPlan, setSelectedPlan] = useState<PricingGridPlanType>('hobby');
<div className="hidden lg:block">...
VSCode autocomplete fix?
Hey guys, does anyone of you know how to disable the unrelated suggestions in VSCode?

bot hosting
I want to host my discord bot written in python. I want to find a free hosting service which provides server without cards, or phone number, free, no GitHub link required and shall be having nice uptime. Good specs are NOT required. i am ok even with 15mbps connection, 800mhz 1 core cpu, 100mb ram. More than this is also accepted but not needed
How does Spotify keep the player component running on route changes?
No matter where you navigate in the app, the music keeps playing.
In my own app, which so far was able to handle vidoes - I route to /video/... where I have a player component that uses the the Plyr package (https://github.com/chintan9/plyr-react)
I can use it to play audio files as well, but when it comes to audio - I have a BottomPlayer component that should keep playing in many different routes while floating at the bottom....

T3 Stack SQLite to MongoDB
How should I go about switching to an existing mongodb db from the create-t3-app template?
Which forum along with create-t3-app?
Hi everyone, I am building a website, centered around a niche community, using the create-t3-turbo stack, and I am looking for suggestions on which forum software to use. I am considering options like Discourse, NodeBB, and Flarum, but I am open to other suggestions as well.
Discourse has an API, so in theory one could build a frontend for it in NextJS, but I'm not sure the developer experience, nor the final product would be worth it. But I am put off by the idea of using plain Discourse, as I might have to learn EmberJS and Ruby on Rails.
I am interested in hearing about your experiences with these or other forums, and any concerns or challenges you have faced when using them with a Next.js application. Thank you in advance for your input and advice....
Anyone can share their package.json for deploying prisma to vercel?
I'm looking at this tutorial https://www.prisma.io/docs/guides/deployment/deployment-guides/deploying-to-vercel#vercel-build-hook
and it says to use vercel-build instead build
My goal is to apply migration whenever i push to github and vercel (both for staging and production)...
vercel error
npm run build works just fine but when pushed to vercel, this error shows: Error: Loading initial props cancelled

