strapi / strapi-plugin-seo

The official plugin to make your Strapi content SEO friendly
94 stars 41 forks source link

[Bug] Plus button redirect not to '/admin' but to '/' root #74

Closed benyaminl closed 4 months ago

benyaminl commented 5 months ago

Hello, I found this strange problem with the SEO Plugin, I'm not sure whether it's because the wrong config or other things, but I tried to click on add component, and it redirect to 'http://localhost:1337/plugins/content-type-builder/content-types/api::author.author' not 'http://localhost:1337/admin/plugins/content-type-builder/content-types/api::author.author'

It lead to not found URL.

Is it by design or there are certain config things that need to be configured?

Thank you

edit : Related to PR https://github.com/strapi/strapi-plugin-seo/pull/63 If it's merged, should works as It's

Krislunde commented 4 months ago

Is this plugin dead or what? @Mcastres @RamiroMonte There's multiple unaccepted pull requests.

benyaminl commented 4 months ago

@Krislunde this plugin still active I think, and it's official for strapi. I think they are focusing on v5 beta for now.

benyaminl commented 4 months ago

Fixed by #63