mglaman / contribkanban.com

ContribKanban.com - turning Drupal.org issue queues into kanban boards to better Drupalkind
http://contribkanban.com/
GNU General Public License v2.0
62 stars 23 forks source link

Visiting https://contribkanban.com/board/<my_project> defaults to blank page #406

Open 2dareis2do opened 1 year ago

2dareis2do commented 1 year ago

When visiting https://contribkanban.com/board/, unless the project has been created, it results in a blank page.

e.g. at the time of writing if I goto

https://contribkanban.com/board/views_data_export, it briefly loads the page header/menu then returns a white screen with the following error.

TypeError: undefined is not an object (evaluating 'e[0].attributes') My feeling is this has not been defined, perhaps it could default to a helpful error page on how a project maintainer can easily create an account, or otherwise.

Alternatively, it might make sense to add every Drupal project automatically if they have not done so already.