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

Icons for Material category are not displayed #116

Open
anastk-code4 opened this issue Nov 15, 2024 · 1 comment
Open

Icons for Material category are not displayed #116

anastk-code4 opened this issue Nov 15, 2024 · 1 comment
Labels
bug 🐛 Something isn't working enhancement 🚀 New feature or request high-priority 🔥

Comments

@anastk-code4
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://test-harta-reciclarii.staging.heroesof.tech/ 
  2. Click on any point
  3. See in the view point popup, the material category does not show any icon.

Expected behavior
icons should be displayed for each category, set from admin platform.
if no icon is set, a placeholder should be displayed. - https://www.figma.com/design/FNH2WCgMs3sNMtKB8LJezI/Harta-Reciclarii-2.0?node-id=3862-509&t=s9BLqbnjfxTeJLcj-4

Screenshots
Screenshot 2024-11-15 at 18 29 27
Screenshot 2024-11-15 at 18 30 52

Desktop (please complete the following information):

  • OS: iOS
  • Browser Chrome
  • Version ?
@anastk-code4 anastk-code4 added bug 🐛 Something isn't working enhancement 🚀 New feature or request high-priority 🔥 labels Nov 15, 2024
@BlitzCry
Copy link

Are the icons stored in AWS S3? If yes, a request is made to AWS S3 whenever you click to open a location.

image
This results in a 403 Forbidden error for the client.

It looks like the S3 Bucket is not public:
image

Please check if in its configuration Principal is set to "*".

{
    "Version": "yyyy-mm-dd",
    "Statement": [
        {
            . . . 
            "Principal": "*",
            . . .
        }
    ]
}

@anastk-code4 do you think you can contact someone who can look over it? I don't have access for anything infra :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working enhancement 🚀 New feature or request high-priority 🔥
Projects
None yet
Development

No branches or pull requests

2 participants