gbowne1/reactsocialnetwork

[Bug]: Images getting blocked in Events

Open

#266 opened on Jun 28, 2023

 (20 comments) (0 reactions) (0 assignees)JavaScript (60 forks)auto 404
bugcors-issuedesigndevopsenhancementfeaturefrontendgood first issuehelp wantedlow-complexitytech-debt

Repository metrics

Stars
 (46 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the Bug

In the console, while navigated to /events, the images are getting CORS' blocked with a NS_BINDING_ABORTED error, in particular the ones from shutterstock. We need to implement a method for handling CORS for images people post for their event(s). We do have CORS package installed on the server.

Steps to Reproduce

Start the React development server

Go to /events or click on the Events in the SideNav

Inspect the page using the console.

Screenshots

No response

Which device are you using?

PC Desktop, x64 Core i7 3rd Gen

Which operating system are you using?

Linux x64, Debian Base

Which browser are you using?

Firefox 112

Additional Context

No response

Contribute

  • I am willing to contribute and submit a pull request

Contributor guide