-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
scope: build scripts 🔧status: needs discussion 💬Needs to be discussed before action can be takenNeeds to be discussed before action can be takenworkaround provided 🩹A temporary workaround has been provided.A temporary workaround has been provided.
Description
Description
When installing using Composer, I get the following error:
In ClassMapGenerator.php line 137:
Could not scan for classes inside "wp-content/plugins/wp-graphql-headless-login//vendor-prefixed/" which does not appear to be a file nor a folder
Any idea?
Steps to reproduce
Using this composer.json file:
{
"name": "lewebsimple/test",
"type": "project",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"config": {
"allow-plugins": {
"composer/installers": true
},
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"require": {
"axepress/wp-graphql-headless-login": "*",
"wpackagist-plugin/wp-graphql": "*"
}
}
Additional context
No response
Plugin Version
0.4.4
WordPress Version
6.8.3
WPGraphQL Version
2.3.6
Additional enviornmental details
No response
Please confirm that you have searched existing issues in the repo.
- Yes
Please confirm that you have disabled ALL plugins except for WPGraphQL and Headless Login for WPGraphQL
- Yes
- My issue is with a specific 3rd-party plugin.
zngly-vlad
Metadata
Metadata
Assignees
Labels
scope: build scripts 🔧status: needs discussion 💬Needs to be discussed before action can be takenNeeds to be discussed before action can be takenworkaround provided 🩹A temporary workaround has been provided.A temporary workaround has been provided.