[GH-ISSUE #107] Installation of generic-oidc-providers fails #65

Closed
opened 2026-05-07 00:17:45 +02:00 by BreizhHardware · 2 comments

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 found

Small remarks:

  1. Pelican is installed in docker environment.
  2. I have successfully instaled minecraft-modrinth so I guess in overall its issue only with generic-oidc-providers

In docker logs does not produce any isues as well as laravel

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](https://github.com/pelican-dev/plugins/tree/main/generic-oidc-providers) it fails with information: `Could not require new composer packages: sh: exec: line 0: composer: not found` Small remarks: 1. Pelican is installed in docker environment. 2. I have successfully instaled [minecraft-modrinth](https://github.com/pelican-dev/plugins/tree/main/minecraft-modrinth) so I guess in overall its issue only with generic-oidc-providers In docker logs does not produce any isues as well as laravel
Author
Owner

@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.

<!-- gh-comment-id:3908052889 --> @Boy132 commented on GitHub (Feb 16, 2026): That is a [panel bug](https://github.com/pelican-dev/panel/issues/2025), composer is missing in the panel image. Will be fixed with the next beta.
Author
Owner

@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:

    "composer_packages": {
        "kovah/laravel-socialite-oidc": "^0.6"
    }

to

"composer_packages": null

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.

<!-- gh-comment-id:3908151945 --> @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: ``` "composer_packages": { "kovah/laravel-socialite-oidc": "^0.6" } ``` to ``` "composer_packages": null ``` 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.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/plugins#65
No description provided.