However, during installation of the Auth SDK, I get an error about NextJS13 conflict. I tried using legacy-peer-deps, however after installation, no data could be pulled from ThirdWebAuth. Might you know what's the issue here?
hello @gtandes, seems like you have a typo with using uppercase w instead of lowercase? so it should be ThirdwebAuthinstead of ThirdWebAuth in the import
Good day ser. I'm trying to code along the token-gated NFT tutorial by Thirdweb in this article:
https://blog.thirdweb.com/guides/nft-gated-website/
However, during installation of the Auth SDK, I get an error about NextJS13 conflict. I tried using legacy-peer-deps, however after installation, no data could be pulled from ThirdWebAuth. Might you know what's the issue here?