Cannot upload files to supabase storage
Why does the Next.js app need `AUTH_REDIRECT_PROXY_URL` in `create-t3-turbo`?
Create an embedded widget out of react component used in Next.js project
Routing Assistance
/
should be the same as if a person goes to /spells
(1st screenshot)
Right now, if I go to /spells
I see the 2nd screenshot. The content of /spells
should be loading where the cards are (which is currently in (main)/_components/content/content.tsx
. The same would go for if someone browses to /suggestedGear
and /maskedCarnivale
. The area with the cards replaced appropriately. The 3rd screenshot is my current directory structure (which is probably the problem).
...any unofficial WhatsApp ApI
Trying to find video where Theo wraps third party library in a type safe way?
Next.js with Socket.io server
const httpServer = createServer(handler);
telling me Promise returned in function argument where a void return was expected.
...FatalError: error TS6053: File '@acme/tsconfig/base.json' not found.
@acme/tsconfig/base.json' not found.
on the Vercel CI.DrizzleOrm querying error
Help with global state
You must define a transformer on your your `initTRPC`-object first
unsafe assignment of an `any` value
next.config.js
file which has the following code:
``js
/**
* Run
build or
dev with
SKIP_ENV_VALIDATION` to skip env validation. This is especially useful...A project for both NEW and SEASONED devs
Hi, First Post, Sharing a pattern I've found for RSC to ClientSide state
$state
with $ to denote $erver State, to keep it visually separate from client states.
Seems like I have been able to have the best of both worlds with this method, no rerender flicker nor skeleton loader needed. ...nextjs api route request.query is undefined
NextRequest
, or even just simply Request
. query
doesn't exist on the requests from App Router.Next js build success locally, but throws errors on vercel
NODE_ENV
is not set to production, thats why i was not seeing the errosReact Native Security Question (.env)
Creating this layout in Nextjs with RSC with URL state
/[id]/[color]/
/[id]/[color]/
/[id]
and another for /[color]
...What would you use for a global state management? - Initalization from API needed
getSidebarAds
, getSliderAds
, and for the grid that's dynamic, it'd be something like getContent
which would return an array of objects with type: "item" | "ad"
. You could then use this array to render either BusinessCard
or Advertisement
.
And if you can handle it on BE, you can just look at all the available ads, and ensure these endpoints don't return duplicates....