Skip to content
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

[Bug] Issue about custom icons #27

Open
BTBMan opened this issue May 14, 2024 · 1 comment
Open

[Bug] Issue about custom icons #27

BTBMan opened this issue May 14, 2024 · 1 comment

Comments

@BTBMan
Copy link

BTBMan commented May 14, 2024

I'm using the custom icons feature. when I put an icon collection file such as foo.json into the icons folder, It includes an icon bar: {body: 'xxx'}.

After that, When I use some APIs such as /collections?prefix=foo/collection?prefix=foo/foo.json?icons=bar, etc. They work fine.

But I deleted foo.json, and updated via the /update API. But It seems not updated. I can also receive the same responses via the APIs above. except /collections?prefix=foo, that's because it response is the icon info.

Expection

I hope it will return nothing after deleting the file.

@cyberalien
Copy link
Member

I did some testing, everything works correctly.

Maybe you have cached data in browser or did not wait for update to complete?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants