Skip to content
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

Switching pages back and forth always requires wallet authorization #2320

Open
1 task done
ironhawk-ta opened this issue Dec 9, 2024 · 0 comments
Open
1 task done
Assignees
Labels
bug Something isn't working

Comments

@ironhawk-ta
Copy link

ironhawk-ta commented Dec 9, 2024

Current Behavior

Using web3-onboard in a react+next.js dapp

After linking the wallet on the home page, then click on the test page wallet to repeat the authorization

Example:

import Link from "next/link";

export const AppHeader = () => {

return (
    <div>
        <Link href="/">HOME</Link>
        <Link href="/test">TEST</Link>
    </div> 
);

};

0001

Expected Behavior

Use the Link link from next.js to open the page, the wallet should not always be authorized

Steps To Reproduce

next.js 13

What package is effected by this issue?

@web3-onboard/core

Is this a build or a runtime issue?

Build

Package Version

2.23.0

Node Version

No response

What browsers are you seeing the problem on?

No response

Relevant log output

none

Anything else?

none

Sanity Check

  • If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a Minimal, Reproducible Example.
@ironhawk-ta ironhawk-ta added the bug Something isn't working label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants