schwittmann / pebble-trello2

Trello app for Pebble. Version 2: C rewrite
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Trello Deprecation Error - Wildcard ("*") allowed origins are no longer supported. #5

Closed jclevine closed 2 years ago

jclevine commented 2 years ago

When you try to setup the app you get the error:

Invalid return_url. Wildcard ("*") allowed origins are no longer supported. Contact the developer. See https://community.developer.atlassian.com/t/52093

The app needs to change the allowed origin to be https://pebble-trello.appspot.com/

schwittmann commented 2 years ago

Thanks for reporting. I just changed the origin accordingly, please check if the problem has been fixed

jclevine commented 2 years ago

Fixed! Thanks!