I’m getting a 404 error when attempting the Todoist import feature. I’ve had it configured and working correctly for some time now, but I needed to start from scratch, so this is the first time I’ve done an import in almost a year.
Here is the migration configuration in my docker-compose file:
VIKUNJA_MIGRATION_TODOIST_ENABLE: 'true'
VIKUNJA_MIGRATION_TODOIST_CLIENTID: 'redacted'
VIKUNJA_MIGRATION_TODOIST_CLIENTSECRET: 'redacted'
VIKUNJA_MIGRATION_TODOIST_REDIRECTURL: 'https://vikunja.redacted.com/migrate/todoist'
Then on the todoist side, the oAuth & App service URL is set to: ‘https://vikunja.redacted.com/migrate/todoist’
However when I click on - Import from other services / todoist / get started I get a 404 error:
Not Found
The page you requested does not exist.
In my address bar is the 'https://vikunja.redacted.com/migrate/todoist?code=CLIENT_ID&state=Not sure what this is.
It’s a fresh install, so I’m not sure what else to try, especially considering the configuration worked at some point. Any help would be greatly appreciated.