Jump to content
Enpass Discussion Forum

smartx

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by smartx

  1. Hi there. I Also have the problem to use OneDrive.

    If i Click on OneDrive --> the link sets dropbox as URL

    As i see, OneDrive is not yet implemented:

    Page not found (404)

    Request Method: GET
    Request URL: https://auth.enpass.io/dropbox/?code=Md943c21a-336d-a52f-be5c-360009d76466

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

    1. ^admin/
    2. ^dropbox/$
    3. ^googledrive/$
    4. ^box/$

    The current path, onedrive/, 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.

×
×
  • Create New...