Todoist Importer #1889

Closed
opened 2021-12-30 04:53:26 +00:00 by jcalonso · 4 comments

Hi!

I was trying to configure the Todoist importer, everything seems to go well,
I am redirected to the permissions page on Todoist, accept then redirected back to /migrate/todoist on the frontend, but nothing happens after, no error, nothing else except the Get started button again.

I have set this environment variables:

...
  {
    key   = "VIKUNJA_LOG_ENABLED"
    value = "true"
  },
  {
    key   = "VIKUNJA_LOG_LEVEL"
    value = "DEBUG"
  },
  {
    key   = "VIKUNJA_MIGRATION_TODOIST_ENABLE"
    value = "true"
  },
  {
    key   = "VIKUNJA_MIGRATION_TODOIST_CLIENTID"
    value = "xxx"
  },
  {
    key   = "VIKUNJA_MIGRATION_TODOIST_CLIENTSECRET"
    value = "xxx"
  },
  {
    key   = "VIKUNJA_MIGRATION_TODOIST_REDIRECTURL"
    value = "https://xxx.xxx/migrate/todoist"
  }

Im running the unstable container of Vikunja.

Nothing in the logs.
Any ideas?

Hi! I was trying to configure the Todoist importer, everything seems to go well, I am redirected to the permissions page on Todoist, accept then redirected back to `/migrate/todoist` on the frontend, but nothing happens after, no error, nothing else except the Get started button again. I have set this environment variables: ``` ... { key = "VIKUNJA_LOG_ENABLED" value = "true" }, { key = "VIKUNJA_LOG_LEVEL" value = "DEBUG" }, { key = "VIKUNJA_MIGRATION_TODOIST_ENABLE" value = "true" }, { key = "VIKUNJA_MIGRATION_TODOIST_CLIENTID" value = "xxx" }, { key = "VIKUNJA_MIGRATION_TODOIST_CLIENTSECRET" value = "xxx" }, { key = "VIKUNJA_MIGRATION_TODOIST_REDIRECTURL" value = "https://xxx.xxx/migrate/todoist" } ``` Im running the `unstable` container of Vikunja. Nothing in the logs. Any ideas?
Owner

Can confirm this is a problem. Will take a look.

Can confirm this is a problem. Will take a look.
konrad added the
kind/bug
label 2021-12-30 08:57:17 +00:00
Author

Thanks! Let me know if you need any more details or testing.

Thanks! Let me know if you need any more details or testing.
Owner

This should be fixed with #1337. Please check with the latest unstable release if it fixes your issue.

This should be fixed with #1337. Please check with the latest unstable release if it fixes your issue.
Author

It works now! 😃 Thanks!

It works now! 😃 Thanks!
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1889
No description provided.