When starting/restarting R I keep getting the following error:
Error: object 'qznab9v3qbymki5dqhd43psjsm04nfkq' not found.
I have tried uninstalling R/RStudio as well as clearing out my workspace and environment. This error also pops up when trying to render in quarto/rmarkdown and halts the execution.
Found the fix to this. I had a object that was being saved in my .RProfile from a previous API connection that is no longer active. I just had to clear my .RProfile and all is well again, rmarkdown and quarto working correctly.
Although simply leaving the fix up in case it can save another noob like me some time.