attempted import error: ‘getCallsStatus’ is not exported from ‘viem/actions’ (imported as ‘viem_getCallsStatus’).
Hi @Antonio_Scott, this isn’t a Firebase Studio error, but a code error from within the framework you’re using.
It sounds like this is a compiler message indicating that the model can’t find the function getCallsStatus
inside the viem/actions directory. Can you open up your Code mode and do a search for the file name?
Thanks for the quick aid. That is exactly the reason. I took time to read the instructions on installing Next.js. I realized that Gemini is looking for a file that I should have. It is actually several files. I asked it to tell me what it was looking for and it gave me a list of seven that it would be looking for when Build is in process. I kept trying to feed the code directly to Gemini (Doh!) I am just learning to code and no I did not read the Instructions all the way through before I began. My install of the software was where the mistake happened. Should someone else read this be sure to have your Git Repository fully fleshed out with the correct folders and files check your paths, check for updates, patches and fixes and check to see what parts of your project may not be upgraded automatically withe the patches and fixes. I recommend keeping track of which programs the project depends on and setting up alerts or agreeing to notifications from the developers of News and Updates. Most of all read the Documentation Aka the Instructions before you begin. The days I used trying to debug should have been used to read the Documentation initially.