-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Brands only showing up when "All" styles is selected #97
Comments
Fixed for the next release. To get this early, run |
My settings are the same as in your screenshot, but my kit use Font Awesome 6 Pro instead of 5 Free. Here is what I found in the queue log: 2024-11-21 08:49:46 [queue.ERROR] [craft\queue\QueueLogBehavior::afterError] [460] Generating icon cache for "brands" (attempt: 1, pid: 237732) - Error (time: 0.002s): verbb\iconpicker\iconsets\FontAwesome::getKit(): Return value must be of type array, null returned {"memory":2383672} |
I'm getting the same error today as well. The icons stopped working and I'm not seeing any kits to select from.
|
@pascalminator Just wanted to confirm your kits settings? @siebird A 502 Bad Gateway might be unrelated to this one. Can you clear Craft caches and try again? |
Looks all correct to me, thanks for sending through. I have just pushed a fix for this error, but more to the point - I'm not quite sure why it's reporting back as no icons, so this might not fix the underlying issue. To get this early, run |
We have been running into the same 502 error issue as well, have tried with the above fix and it didn't seem to help
|
Unsure if it's relevant, but we have 2 staging environments and a local - the error occurs on our local environment and one of the staging environments, but everything works normally on the other staging They're all using the same API key |
We managed to figure it out from there, generating a new API key for each environment solved it 👍 |
Yeah, that fix would've just "got out of the way" for any request-related errors, which the 502 error was the underlying one. Good to know about the API key, maybe there were limits being hit? |
Describe the bug
If I manually check some styles including "Brands" instead of selecting "All", the brands are not showing up in the search results of the icon field. I tried many different combinations, and the only way to get brands in the field is by checking "All".
Brands not showing up:
Brands showing up:
Steps to reproduce
Craft CMS version
5.4.7.1
Plugin version
3.0.1
Multi-site?
No
Additional context
No response
The text was updated successfully, but these errors were encountered: