Elliot DeNolf
Elliot DeNolf
Get some of the test suites building using a partial tsconfig file. Suites can be commented in as they are able to be built.
Adds snapshot test in fields test suite to verify that the generated types have not been altered unintentionally. **TODO:** Run this only on one adapter, as the types changed depending...
### Link to reproduction _No response_ ### Payload Version beta.45 ### Node Version 20 ### Next.js Version 15 ### Describe the Bug Npm users are receiving `Cannot find module 'drizzle-orm/pg-core'`...
### Describe the Bug Nope ### Link to the code that reproduces this issue n/a ### Reproduction Steps Nice try ### Which area(s) are affected? (Select all that apply) area:...
Export the built-in field validations that Payload uses.
Improve error logging of staticHandler. Before: `Error getting file from cloud storage` After: `Error getting file from cloud storage: some-file.png` and additional params.
🤖 Automated bump of templates for v3.7.0 Triggered by user: @denolfe
- Remove `with-payload-cloud`, use `blank` instead - Allow gen templates script to take template dir name arg - All `skipDockerCompose` and `skipConfig`
### Describe the Bug Uploading a .glb file (3D model) is being incorrectly detected as `application/octet-stream` instead of `model/gltf-binary`. Note: The `file-type` package appears to detect the proper mime type...