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
I'm having a similar issue; it doesn't feel like the expected behavior. Nested $find and $fetch should operate on the same URL path. Can someone confirm please?
Except for the cases when the Post model is composite term like UserProgress, this would generate /user-progresses. Is there a work around or fix for this case to generate underscored url?
I have 2 models defined:
I use a slug as primary key for both models and only the combination is unique.
The request of all post uses the correct url (/blog/blogSlug/posts).
The request of a single posts of the nested resource uses the url of the unnested resource (/posts/postSlug)
What I am doing wrong or how could i request the single post?
The text was updated successfully, but these errors were encountered: