why are people not using t3 stack on production?
useState bug????
Next Auth Google not working ('client_id is required')
Should I disable T3 eslint rule: no-floating-promises? Issues with React....
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.eslint@typescript-eslint/no-floating-promises
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.eslint@typescript-eslint/no-floating-promises
(Solved) Fresh T3 App Complaining About Session

file structure in react query
Managing assets
Image is missing required "src" when it comes session.user.image

Prisma middleware delete
Good way to run single file script with NextJS
Forms: How would you go about updating relations from the frontend?
/dashboard/users/<userid>, and there I fetch the whole user object including relations (role object, permissions object).
```javascript
model User {...queryClient type errors when adding default options to queryclient
how to work with tailwind intellisense on vs code
text- already and remove the hyphen, I don't get any suggestions, but have to delete everything before I can get any suggestions. Is there some usage pattern I'm missing? the one I'm using is bradlc.vscode-tailwindcssDeploying NextJS to GCP and using IAP
How to avoid duplicate code in getServerSideProps?
Off-Topic Animating using Framer
trpc/react-query render logic

Add custom background from file with tailwind
<div class="bg-[url('/your/image.svg')]">
<!-- ... -->
</div>
Doesnt work...Not sure if data is being exposed to the client
Deployment on AWS