|
export const doResetThumbnailStatus = () => (dispatch: Dispatch) => { |
This function causes a CORS error client side:

https://spee.ch/api/config/site/publishing 302 redirections to -> https://lbry2.vanwanet.com/speech/api/config/site/publishing
The redirection on spee.ch has proper CORS, however the location at lbry2.vanwanet.com does not have any CORs set.
@tzarebczan suggested removing the check entirely.