-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DX-2411 Add a warning about expiring cookies #193
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -60,6 +60,12 @@ Once your server is up and running: | |||
2. Open a board in your Developer team. | |||
3. To start the app, click the corresponding app icon in the app toolbar on the left. | |||
|
|||
> ⚠️ In case of error `401` returned by a REST API request, remove the `miro_tokens` cookie for the `localhsot` | |||
> domain in the browser. | |||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to add either a screenshot / explanation of how to do that? I'm still not sure myself, so I think some devs maybe will not how to remove cookies for localhost specifically.
*typo in localhsot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it
Chrome -> Settings -> Privacy and Security -> Clear browsing data? I think this is not right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually one small typo for localhost
in line 63 @kirillsud
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry please ignore now I do see them
@@ -60,6 +60,12 @@ Once your server is up and running: | |||
2. Open a board in your Developer team. | |||
3. To start the app, click the corresponding app icon in the app toolbar on the left. | |||
|
|||
> ⚠️ In case of error `401` returned by a REST API request, remove the `miro_tokens` cookie for the `localhsot` | |||
> domain in the browser. | |||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great to me!
Should we have this in create-react-app too? |
No description provided.