haliacmon
haliacmon
more errors this time. ```bash webpack built e8766af5f2dc60d372e8 in 38675ms ERROR in ./node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]/node_modules/@payloadcms/plugin-cloud-storage/dist/adapters/s3/handleUpload.js 136:49-62 Module not found: Error: Can't resolve 'fs' in 'D:\_code2\Azak\payload-reproduction\node_modules\.pnpm\@[email protected]_@[email protected]_@[email protected][email protected]\node_modules\@payloadcms\plugin-cloud-storage\dist\adapters\s3' ERROR in ./node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]/node_modules/@payloadcms/plugin-cloud-storage/dist/adapters/s3/webpack.js 64:49-62 Module not found:...
@denolfe Now I get single "Can't resolve 'fs' " error. I have tried same steps with npm but the result was same. If there is anything I can do to...
I'm new to payload cms, just started to discover it. I might misunderstand some terminology. I dont have a slug yet... I think. I just did "npx create-payload-app@latest reproduce-error-s3 -t...
I found a a workaround. webpack: (config) => { config.resolve.fallback.fs = false; return config; }, If I add this to buildConfig() error goes away ```javascript export default buildConfig({ admin: {...