-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
issue: bugIssue reporting a bugIssue reporting a bugseverity: lowIf the issue only affects a very niche base of users and an easily implemented workaround can solveIf the issue only affects a very niche base of users and an easily implemented workaround can solvesource: plugin:users-permissionsSource is plugin/users-permissions packageSource is plugin/users-permissions packagestatus: confirmedConfirmed by a Strapi Team member or multiple community membersConfirmed by a Strapi Team member or multiple community members
Description
Bug report
Describe the bug (2)
- Error:
Grant: mount session middleware first - logos missing from some providers (see [V4] Auth Providers issues #11337 (comment))
- To me it seems that the message
The redirect URL to add in your VK application configurationsneeds be updated? (VKpresumably is for the VKontakte Russian Facebook?) -
404 not found- Trying to add Facebook auth provider (exact same setup as in V3) results in 404 not found, checking docs did not help. (adding/apiprefix solves this)
Screenshots
Additional Context
I looked into the user permissions plugin auth routes, which clearly has the route.
I also tried adding new route for testing and hitting that which also returned 404. Is there some place that registers these routes/filters some out?
Question
- are auth providers ready to be used in V4?
- if so, has something significantly changed?
System
"@strapi/plugin-graphql": "4.0.0-beta.4",
"@strapi/plugin-i18n": "4.0.0-beta.4",
"@strapi/plugin-users-permissions": "4.0.0-beta.4",
"@strapi/strapi": "4.0.0-beta.4",- Database: Postgres
juandelgado, LuckeeDev, jacintofleta and Ernesto385291
Metadata
Metadata
Assignees
Labels
issue: bugIssue reporting a bugIssue reporting a bugseverity: lowIf the issue only affects a very niche base of users and an easily implemented workaround can solveIf the issue only affects a very niche base of users and an easily implemented workaround can solvesource: plugin:users-permissionsSource is plugin/users-permissions packageSource is plugin/users-permissions packagestatus: confirmedConfirmed by a Strapi Team member or multiple community membersConfirmed by a Strapi Team member or multiple community members



