alexvcasillas / react-forum-system

React Forum System
http://reactivecommunity.com
BSD 3-Clause "New" or "Revised" License
16 stars 5 forks source link

Errors running locally. #5

Closed colshacol closed 5 years ago

colshacol commented 5 years ago

When running locally I encounter a few errors that seem to be environment specific. (i.e I don't see them on http://rfs.reactiveacademy.com)

2018-11-11 20 15 47

colshacol commented 5 years ago

Found it was a CORS issue, as localhost tried to reach http://rfs.reactiveacademy.com.

Tracked it down to isProduction being statically set to true, here.