-
Notifications
You must be signed in to change notification settings - Fork 205
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
relay-kit not working in server side nodejs backend #621
Comments
I'm encountering the same issue as described, where the relay-kit is not functioning correctly in a server-side Node.js environment. Like you, I'm also connected to the Sepolia network. Here's the code I'm using:
|
I figured it out. Seems like the issue was the version. Seems like anything past version 1.3.0 won't work. |
Hi @Gabriel-Mbugua |
Hi @francelwebdev, below is my integration and package versions.
Ignore the ERC20 flow. Currently broken. Trying to figure it out.
|
Hey @Gabriel-Mbugua thank you for adding more information on your issue Have you tried to explicitly set the following versions:
You should also remove the |
Hey @dasanra, thanks for responding. I've made the package changes you suggested above and the signature signing seems to be broken:
Error:
|
relay-kit not working in server side nodejs backend
The text was updated successfully, but these errors were encountered: