matterllo
matterllo copied to clipboard
Cannot log in with Trello
I've gotten Matterllo installed and running, and I can get to the admin interface, but when I click "Log in with Trello" I get an Invalid return_url
error. The URL that's loaded is:
https://trello.com/1/authorize?expiration=never&name=Matterllo&scope=read&callback_method=fragment&response_type=fragment&return_url=https://MY.MATTERLLO.SERVER/access_token&key=MY_API_KEY
I'm not sure how to proceed.
@kfitz Hi again ! still sorry for these problems
Invalid return_url
error is from the Trello oauth right ?
Do you have any matterllo logs ?
When I click the "Log in with Trello" button, I never get to the Trello Oauth -- I just get a blank page with Invalid return_url
.
I'm also now getting a huge pile of errors when I try to log in to the Admin interface. Here are my most recent logs:
sqlite3.OperationalError: attempt to write a readonly database
It's seems there is an issue on your database. How do you setup/run matterllo ?
I'm running it in Reclaim Cloud, which is a Jelastic reseller. I created a Docker container with the lujenii/matterllo image. I then mostly followed the Python installation instructions, as the "make" commands were giving me errors...