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
While connecting to leather wallet it's giving me private key length is not valid (it only happens on react build hosted on server,works fine local )
#366
Environment: Development environment deployed using Docker on a Digital Ocean droplet. Frontend is a React build.
Expected Behavior: When connecting the wallet to the frontend using stacks.js , the connection should be successful, regardless of whether the frontend is running locally or served from the server itself.
Actual Behavior:
Local Frontend: wallet gets connected successfully
Server-Hosted Frontend: fails with the error message " Error during auth request Error: Improperly formatted private-key. Private-key byte length should be 32 or 33. Length provided: 390".
Request for Assistance
I'd appreciate any help or insights into further troubleshooting this "private key has no valid length" error that specifically occurs when running the React build from the server.
Desktop (please complete the following information):
Browser [chrome]
Version [Latest]
The text was updated successfully, but these errors were encountered:
HEGADE
changed the title
Leather wallet is giving some error cooccurred msg when deploying contract using openDeploy method of stacks js
While connecting to leather wallet it's giving me private key length is not valid (it only happens on react build hosted on server,works fine local )
Feb 16, 2024
This seems to have been fixed when switching http to https for the site hosting Connect.
This issue will be used to investigate more and figure out if it's possible to fix this.
*Describe the bug
Environment: Development environment deployed using Docker on a Digital Ocean droplet. Frontend is a React build.
Expected Behavior: When connecting the wallet to the frontend using stacks.js , the connection should be successful, regardless of whether the frontend is running locally or served from the server itself.
Actual Behavior:
Local Frontend: wallet gets connected successfully
Server-Hosted Frontend: fails with the error message " Error during auth request Error: Improperly formatted private-key. Private-key byte length should be 32 or 33. Length provided: 390".
Request for Assistance
I'd appreciate any help or insights into further troubleshooting this "private key has no valid length" error that specifically occurs when running the React build from the server.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: