Closed kethakav closed 2 months ago
Whenever you access Diffusion Studio you need to make sure it runs client side by putting "use client" at the beginning of your file
I have added a next-js template to the examples: https://github.com/diffusionstudio/examples/tree/main/next-js
You can run the README.md
snippet inside a useEffect
hook.
I'll check it out. After doing everything in front end seemed to fix the issue earlier. Thanks for getting back so fast.
I'm trying out the sample code in the
README.md
, in NextJS. I get this errorIs there something I can do to fix this or is it something with the package?