question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't save new token format

See original GitHub issue

Related to #45. I tried to work around it by:

  1. Inspect element and removing the disabled attribute from the Save button
  2. The input has attribute pattern="[\da-f]{40}" which doesn’t match the new token format — should be pattern="[\da-zA-Z_]{40}"

“Save” still doesn’t work tho :\\

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
brummcommented, May 27, 2021

Okay, this should be fixed in 37232f0f1cf15f445872d9b1b73ada4cf79923d2

Will take a bit to propagate through the extension stores as usual

0reactions
brummcommented, Jun 21, 2021

Hey, 0.2.4 is the latest version, with all token validation removed. Is it still not working for you?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error when installing and can't save contract/token names
First, I can't save contract address and token Name in NFT Login Plugin settings. Secord I got this error: Plugin Configuration.
Read more >
Where to store my Git personal access token? - Stack Overflow
This allows to store the password/personal access token in an encrypted format. The git config file can be found in the .git/config file...
Read more >
Troubleshoot Invalid Token Errors - Auth0
Select the OAuth view, change the value of JsonWebToken Signature Algorithm to RS256, and select Save Changes. If you proceed with this option...
Read more >
Behind GitHub's new authentication token formats
Behind GitHub's new authentication token formats. We're excited to share a deep dive into how our new authentication token formats are built and ......
Read more >
Creating a personal access token - GitHub Docs
In the left sidebar, under Personal access tokens, click Tokens (classic). Select Generate new token, then click Generate new token (classic). Give your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found