I follow an example from the official cloud storage repository and immediately after declaring an s3Adapter object, I face 2 errors.
Both are in payload.config.ts
- Module not found: Error: Can't resolve process/browser in .../src
- Cannot read properties of undefined (reading module)
If I comment out the credentials and endpoint properties, the webpack can compile again.
Sorry for the plaintext format, I'm on the phone now.