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
AdminJS is not showing relations for a resource Event when using @adminjs/relations. All other resources in the database work as expected and show their relations. The issue only occurs with the Event resource.
The @adminjs/relations package throws the error:
[AdminJS]: There is no property of the name: "relations". Check out the "showProperties" in the resource: "events".
The Event resource is configured like this:
Contact Details
No response
What happened?
AdminJS is not showing relations for a resource
Event
when using @adminjs/relations. All other resources in the database work as expected and show their relations. The issue only occurs with the Event resource.The @adminjs/relations package throws the error:
[AdminJS]: There is no property of the name: "relations". Check out the "showProperties" in the resource: "events".
The
Event
resource is configured like this:Additional context
I'm using AdminJS with AdonisJS and Lucid ORM.
Any insights on whether the name "Event" or another configuration issue might be causing the conflict would be greatly appreciated.
Bug prevalence
Always
AdminJS dependencies version
{
"@adminjs/adonis": "^1.1.0",
"@adminjs/passwords": "^4.0.0",
"@adminjs/relations": "^1.1.2",
"adminjs": "^7.8.7",
}
What browsers do you see the problem on?
Chrome, Microsoft Edge
Relevant log output
Relevant code that's giving you issues
The text was updated successfully, but these errors were encountered: