Mermaid-Chart/issue-tracker

Missing required parameter: redirect_uri when connecting to Cursor's extension

Opened this issue · 1 comments

Describe the bug
theres a bug when trying to connect to the mermaid extension on Cursor.
when trying to do oauth, after connecting with an account,the response is saying that theres a missing parameter.

Missing required parameter: redirect_uri and the connection fails https://www.mermaidchart.com/oauth/authorize?client_id=469e30a6-2602-4022-aff8-2ab36842dc57&redirect_uri=cursor://MermaidChart.vscode-mermaid-chart&response_type=code&code_challenge_method=S256&code_challenge=i36gWXX32EVk6tL9gQY2vwZbdtSOVPGHc8P9f2Wqx5w&state=c0826c41-b6da-42c1-aea2-da6a12a955e5&scope=email

Desktop (please complete the following information):

  • OS: Mac
  • Browser : safari chrome
  • Version: latest

This is because the mermaid chart VSCode plugin does not currently support "cursors".
I have created a new issue for the vscode plugin to add this support:

Mermaid-Chart/vscode-mermaid-chart#17