This is a template you can use to report issues. You can also drag images, videos and include Preformatted text
Expected behavior
Clicking on “Artist social medias” in the related data of the artist displays all the ArtistSocialMedias objects.
Actual behavior
I have data in ArtistSocialMedias, linked to an artist.
As shown in the previous picture, when I click on “Artist social medias” in the related data, I don’t see anything.
This is my config in the Artist model :
Artists.hasMany(models.artistSocialMedias, {
foreignKey: {
name: 'artistTalentIdKey',
field: 'artistTalentId',
},
target: {
name: 'talentId',
},
as: 'artistSocialMedias',
});
It works for all my other relations
Failure Logs
I don’t have server logs but I have this message in my console :
I looked in the code, I don’t find “forest-artist-social-medium”
Context
Please provide any relevant information about your setup.
- Package Version:
- Express Version:
- Sequelize Version:
- Database Dialect:
- Database Version:
- Project Name: