Potential issue with dev sign in
See original GitHub issue@RandellDawson and @ahmadabdolsaheb found themselves unable to log in locally. Ahmad’s issue was fixed by npm run seed
, but Randy’s was not. Could you explain a bit in this issue if the problem persists?
It might be nothing, but it could be a sign something isn’t quite right.
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
My developer account can't log in to xcode. - Apple Developer
Faced The same issue guys! Solution is as simple as stupid: Go to xcode-preferences-acccount, then go to https://appleid.apple.com/%C2%A0and manually sign ...
Read more >Developer Account login issue
We can't reset your password because your account is temporarily locked due to too many unsuccessful login attempts. Try again in 15 minutes....
Read more >Suddenly not able to sign into my work developer account.
Suddenly not able to sign into my work developer account. ... Here is a list of possible caused of issue: Authorize request is...
Read more >Troubleshooting guide for the Developer Portal - IBM
Use this guide to help you diagnose and resolve Developer Portal issues in IBM API ... Look in the container log for a...
Read more >Issues: Find and fix problems - Chrome Developers
Cookie problems · Mixed content · COEP issues · CORS errors · Quirks mode issues; (Preview) Low-contrast issues · Trusted Web Activity issues....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @Twaha-Rahman, thank you for all of your help with testing. It’s been awesome to see how quickly the test coverage has improved with each of your PRs.
I’m all for mocking the search bar. Now that Cypress is in place, it will be good to make sure things like the up and down keys and mouse entering / leaving the dropdown is working as expected. I haven’t looked much into it, but it should be possible to pass a mock Algolia response to the
SearchHits
component somehow.Let’s mock the search feature. We can test then.
What do you guys say?