vmenezes
vmenezes

Reputation: 1246

Gitkit Error MODE_MISSING: "mode"on Safari

My Python/Django project works with Gitkit on Chrome but Safari give me the following error on both MaxOS/iOS and do not displays the account chooser:

Error MODE_MISSING: "mode" parameter was missing in the widget URL.  Dismiss

Does anyone have a suggestion? Is there anything I should do just for Safari?

Upvotes: 0

Views: 209

Answers (1)

bojeil
bojeil

Reputation: 30808

You widget page should have a mode url parameter: http://localhost/widget?mode=select

Upvotes: 2

Related Questions