Gregg Luskin

Results 37 comments of Gregg Luskin

@aBurmeseDev Before you close, you should know that that fix doesn't actually work. First, `'@aws-sdk/client-s3'` is _already_ pre-included in NextJS server externals, see docs [here](https://nextjs.org/docs/app/api-reference/config/next-config-js/serverExternalPackages). So that fix is irrelevant...

Bumping this, still an issue in latest version.

This is still and issue as many of us use `@t3-oss/*` outside of the context of a next config - (i.e. a turborepo package)

Same issue here, @diegomura any plans to support React 19?

Going all the way back to 3.3.5 still doesn't fix the issue for us...

@rnbrady Unfortunately that doesn't seem to work. Our next.config.ts includes this: ```ts webpack: (config) => { config.resolve.alias = { ...config.resolve.alias, '@aws-sdk/client-s3': false, '@aws-sdk/s3-presigned-post': false, } }, ``` But results in...