Open
Description
Hello!
I just started a project based on this template. I ran yarn dev
and the claim token page opened. When I clicked in the input box I get this error:
To fix it, I had to add the ipfs-2.thirdwebcdn.com domain to the next.config.js file as so:
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ["gateway.ipfscdn.io", "ipfs-2.thirdwebcdn.com"],
},
};
module.exports = nextConfig;
Metadata
Metadata
Assignees
Labels
No labels