realpython / flask-deploy

Check out the blog post:
https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/
133 stars 44 forks source link

Flask - POST, DELETE Error 405 Method Not Allowed #4

Open JackLe1991 opened 7 years ago

JackLe1991 commented 7 years ago
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
> <title>405 Method Not Allowed</title>
> <h1>Method Not Allowed</h1>
> <p>The method is not allowed for the requested URL.</p>
mjhea0 commented 7 years ago

I can't do anything with that info. Can you -

  1. Post the full stack trace
  2. Describe what you're doing that leads to that error
  3. Explain how you've already tried to debug the issue
  4. Post a link to your code on Github