Skip to content

http://localhost:3000 is not an accepted origin. (further occurrences of this error will be logged with level INFO) #855

Discussion options

You must be logged in to vote

See the documentation regarding cross-origin (CORS) configuration: https://python-socketio.readthedocs.io/en/latest/api.html#server-class. The option is called cors_allowed_origins and in your case should be set to http://localhost:3000 (as it appears in your error message.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ManojVysyaraju
Comment options

@miguelgrinberg
Comment options

Answer selected by ManojVysyaraju
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants