Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

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

Open
fly2099 opened this issue Mar 27, 2022 · 1 comment
Open

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

fly2099 opened this issue Mar 27, 2022 · 1 comment

Comments

@fly2099
Copy link

fly2099 commented Mar 27, 2022

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
Copy link
Author

fly2099 commented Mar 28, 2022

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

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

No branches or pull requests

1 participant