gothinkster / flask-realworld-example-app

Exemplary real world JSON API built with Flask (Python)
https://realworld.io/
MIT License
902 stars 308 forks source link

Python 3.7 Flask_Cors 3.0 POST request failed but GET request OK #53

Open fly2099 opened 2 years ago

fly2099 commented 2 years ago

I am trying to upgrade to Python 3.7 or higher 3.10 with Cors 3.0, Request Login ok, Feed list ok, getting Articles list OK, but create a new article fail on POST request. I checked on CORS problems on flask but not found any solutions.

fly2099 commented 2 years ago

it works OK now because of this def make_article(body, title, description, tagList=None,kwargs): missing (kwargs)