Plugin not working #7
petrovicdorde
started this conversation in
General
Replies: 1 comment 5 replies
-
@petrovicdorde Can you provide the request url your sending to the strapi server? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using strapy-v5-plugin-populate-deep, but when I tried to use it it doesn't work.
plugin.ts
export default () => ({
"strapi-v5-plugin-populate-deep": {
config: {
defaultDepth: 3,
},
},
});
url: my-content/about-us?pLevel=10
The response is the same as if I didn't use pLevel at all.
What am I not doing right? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions