You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wallet key creation is not working. This produces a failure in the creation of new users.
Reason: The endpoint currently used to create keys (" GET https://legend.lnbits.com/wallet?nme=Bookmark") returns the following error "Missing user ID or access token."
** (FunctionClauseError) no function clause matching in Regex.run/3
(elixir 1.14.3) lib/regex.ex:335: Regex.run(~r/Admin key: <\/strong><em>(.*)<\/em>/, %{"detail" => "Missing user ID or access token."}, [])
(bookmark 0.1.0) lib/bookmark_web/controllers/wallet_controller.ex:45: BookmarkWeb.WalletController.get_new_wallet_key/0
The text was updated successfully, but these errors were encountered:
Summary
Wallet key creation is not working. This produces a failure in the creation of new users.
Reason: The endpoint currently used to create keys (
" GET https://legend.lnbits.com/wallet?nme=Bookmark"
) returns the following error"Missing user ID or access token."
Technical Details
Code
Error
The text was updated successfully, but these errors were encountered: