Troubleshooting
Nothing is generated
Section titled “Nothing is generated”Check:
- the parent entity is marked
partial [Entity<TId>]is present- the project references the Pragmatic source generator path used elsewhere in the repo
Uploads are rejected
Section titled “Uploads are rejected”Inspect:
MaxPerEntityMaxFileSizeBytesAllowedExtensions
Endpoints are missing
Section titled “Endpoints are missing”If entity artifacts appear but HTTP endpoints do not, confirm that the parent entity has [Resource("segment")] and that the consuming project references the endpoint module used by the generator pipeline.
Metadata exists but file retrieval fails
Section titled “Metadata exists but file retrieval fails”That usually means the storage layer is misconfigured or the StorageUri no longer points to reachable content.