thirdweb-dev / js

Best in class web3 SDKs for Browser, Node and Mobile apps
https://thirdweb.com
Apache License 2.0
457 stars 373 forks source link

@thirdweb-dev/auth/next 'could not find name' #485

Closed gtandes closed 1 year ago

gtandes commented 1 year ago

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? image

nachoiacovino commented 1 year ago

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

tell me if that helps!