scaffold-eth/scaffold-eth-2

bug: Not Able to use frames.js in their Next.js Project

Closed this issue · 3 comments

Is there an existing issue for this?

Which method was used to setup Scaffold-ETH 2 ?

git clone

Current Behavior

In changing the layout.tsx file of next I tried to implement the code of frames.js to creating frame giving me error
image

Expected Behavior

This should be load the layout of frames.jsx as this actually happening in normal next.js enviornment.

Steps To Reproduce

No response

Anything else?

No response

in layout.tsx when I'm using fetchMetadata import it's giving the error. else it's running.
image

Hey @anuragasawa20, could you please provide a minimal reproducible repo link? With cloning the SE-2 and adding frame.js with minmal changes to it?

Closing this for now