-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User photoVolumeId incorrect #227
Comments
Ah, thanks, this is a breaking change from Craft 3.1. Let me look at this and make sure I can support 3.0 and 3.1 with the same code or if I need some sort of branch. |
Craft CMS v. 3.1.9.1 |
I'm not able to recreate this. I can query user photos without issues. What query/mutation is causing the issue? {
users{
id
photo{
url
}
}
} |
I ran into this one too, using Craft Pro 3.1.14. Query:
Response:
Adding the following after this line in the User type fixes it for me:
|
@markhuot Is this something that will be fixed in an upcoming release? The solution above is working, but I guess its only temporary until the plugin will be updated? |
class User extends Schema
System setting param should be photoVolumeId to photoVolumeUid
User photo field now not available
The text was updated successfully, but these errors were encountered: