Page not found (404)

Request Method: GET
Request URL: https://corrbuilder.com/save-multiple-emails-as-pdf-gmail/

Using the URLconf defined in dj_corrbuilder.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. [name='index']
  3. he [name='index_he']
  4. switch-language/ [name='switch_language']
  5. features [name='features']
  6. gmail-to-pdf-converter-online [name='gmail_to_pdf_converter_online']
  7. export-emails-from-gmail-to-pdf [name='export_emails_from_gmail_to_pdf']
  8. save-multiple-emails-as-pdf-gmail [name='save_multiple_emails_as_pdf_gmail']
  9. save-email-from-gmail-as-pdf [name='save_email_from_gmail_as_pdf']
  10. save-a-gmail-as-pdf [name='save_a_gmail_as_pdf']
  11. our-privacy-policy [name='our_privacy_policy']
  12. terms-of-service [name='terms_of_service']
  13. google-api-services [name='google_api_services']
  14. google/login/ [name='authenticate_google']
  15. google/callback/ [name='google_callback']
  16. gmail/extract/ [name='gmail_extract']
  17. gmail/logout/ [name='gmail_logout']
  18. outlook/login/ [name='outlook_login']
  19. outlook/callback/ [name='outlook_callback']
  20. outlook/extract/ [name='outlook_extract']
  21. outlook/logout/ [name='outlook_logout']
  22. download/<str:file_name> [name='download_pdf']
  23. destroy/<str:file_name> [name='destroy_file']
  24. user/
  25. i18n/
  26. ^media/(?P<path>.*)$
  27. en-us/

The current path, save-multiple-emails-as-pdf-gmail/, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.