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

CORS Error when canceling publish on Odysee / LBRY #388

Open
DispatchCommit opened this issue Mar 13, 2021 · 0 comments
Open

CORS Error when canceling publish on Odysee / LBRY #388

DispatchCommit opened this issue Mar 13, 2021 · 0 comments

Comments

@DispatchCommit
Copy link

export const doResetThumbnailStatus = () => (dispatch: Dispatch) => {

This function causes a CORS error client side:

image

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.

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

No branches or pull requests

1 participant