Skip to content

Troubleshooting

Check:

  • the parent entity is marked partial
  • [Entity<TId>] is present
  • the project references the Pragmatic source generator path used elsewhere in the repo

Inspect:

  • MaxPerEntity
  • MaxFileSizeBytes
  • AllowedExtensions

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.

That usually means the storage layer is misconfigured or the StorageUri no longer points to reachable content.