We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
yarn dev
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;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: