You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request processing failed: org.springframework.data.mapping.PropertyReferenceException: No property 'publicationSchedule->>'permissionDeadline'' found for type 'Publication'] with root cause
org.springframework.data.mapping.PropertyReferenceException: No property 'publicationSchedule->>'permissionDeadline'' found for type 'Publication'
at org.springframework.data.mapping.PropertyPath.<init>(PropertyPath.java:90) ~[spring-data-commons-3.2.4.jar:3.2.4]
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I'm using Spring Data JPA (v3.0.10) to sort and paginate a table in Postgres.
I'm facing issue when I try to sort by JSONB column.
Exception:
The text was updated successfully, but these errors were encountered: