1

my day's been fucked up😭😭😭.
I'm making an api with Django, and i can't seem to make post requests when DEBUG=True

Comments
  • 0
    Can't seem to? What happens exactly?
  • 0
    @asgs 500 internal server error. this happens when i deploy to heroku.
    on localhost it works fine
  • 0
    @rubbiekelvin do you see a traceback?
  • 0
    Hello technical support here, how can I assist you?
  • 1
    @rubbiekelvin checkout heroku log to understand what exception is really getting thrown in backend. I also recommend adding error tracker like sentry which tracks error and provide all breadcrumbs you need at one place.
Add Comment