mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[GH-ISSUE #107] Installation of generic-oidc-providers fails #65
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lemonka on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/pelican-dev/plugins/issues/107
Hey Team,
when I try to install generic-oidc-providers it fails with information:
Could not require new composer packages: sh: exec: line 0: composer: not foundSmall remarks:
In docker logs does not produce any isues as well as laravel
@Boy132 commented on GitHub (Feb 16, 2026):
That is a panel bug, composer is missing in the panel image. Will be fixed with the next beta.
@lemonka commented on GitHub (Feb 16, 2026):
hey @Boy132
well... I believe its may be a panel bug but related to installing dependencies - when I have "nulled" this part:
to
it installed (not sure if its working yet but it installed at least) and I think this package is included by default as its required by buildin oidc providers.