yasudacloud / strapi-plugin-sso

MIT License
67 stars 48 forks source link

No plugin homepage link or route #49

Closed giuliogatto closed 3 months ago

giuliogatto commented 3 months ago

I am logged as ad administrator but I cannot get either the link or the route for the admin plugin page:

Screenshot 2024-02-05 at 10 59 03

The plugin is otherwise working and successfully loggin in by visiting the url /strapi-plugin-sso/azuread

Am I missing something? Thanks

yasudacloud commented 3 months ago

@giuliogatto This is the first time I've encountered this issue. I assume it should appear if the user's role is set as Super Admin. If you could let us know the versions of Strapi and the plugin, we might be able to investigate this a bit further.

By the way, my local environment is like this

スクリーンショット 2024-02-05 22 31 42
giuliogatto commented 3 months ago

@yasudacloud thank you for your quick reply. I am using Strapi "4.13.6" and I also have another plugin that I wrote (it's called Build website you can see in the screenshot above). I suspect this issue is either related to my Strapi version or to a conflict with my plugin.. I am trying to investigate and debug the code

yasudacloud commented 3 months ago

@giuliogatto Thanks for the information. I have installed v4.13.6 and it seems to be working correctly.

If I could solve the problem any other way...)

  1. try disabling the other one's plugin.
  2. stop the process once and run yarn build && yarn start again
giuliogatto commented 3 months ago

OK, I am debugging the code to find the culprit. Thank you for your assistance, I will let you know if i find something

giuliogatto commented 3 months ago

Ok, rebuilding everything from scratch, after removing all other plugins, solved the issue