Skip to main content

Resolving Errors with Famous.AI

A thorough guide on how to resolve any errors encountered during development process.

Famous.ai Team avatar
Written by Famous.ai Team
Updated over 2 months ago

Famous.ai integrates features powered by Large Language Models (LLMs) to assist users in resolving issues efficiently. This guide provides step-by-step instructions to troubleshoot problems and fixing them using Famous.AI, monitor LLM interactions, and restore previous versions if necessary.

Encountering loop errors while building your app with Famous.AI can be frustrating—but the good news is, there's a clear path to get unstuck. Here’s a quick guide to help you break out of those repetitive error cycles and get your project back on track.

Step 1: Ask Famous.AI to fix it

When you hit an error, the fastest solution is to click the Fix It button. You’ll find it either in the chat or just below the preview pane. This usually resolves the issue in one step.

Step 2: Repeat the Fix

If the error isn’t resolved on the first try, don’t worry. Run the Fix It option two or three times. In many cases, persistent attempts can do the trick.

Step 3: Ask for a Redo

Still stuck? Ask Famous.AI to redo the specific implementation. Phrase your prompt slightly differently and let it regenerate a fresh approach to the problem.


If the previous step hadn't fixed the errors, re-doing that specific implementation works most of the time.

Step 4: Remove the feature completely and try re-adding it

If redoing doesn’t work, ask Famous.AI to completely remove the problematic implementation and then, in a second message, try implementing it again a different way.

Step 5: Restore a Working State

If all else fails, you can restore a previous working state by clicking the Restore button. This rolls back your project to a point before the loop error started.

Step 6: Re-check for Hallucinations

Sometimes Famous.AI might hallucinate—generating an implementation that looks correct but doesn’t actually work. In such cases, ask it to double-check its work. This can help identify any dummy or placeholder code it might have inserted.

In the case above, the user initially asked Famous.AI to integrate authentication before adding email verification. However, email verification wasn’t working, even after multiple fix attempts.

To investigate, they checked their Supabase dashboard to see if users were being registered. That’s when they realized authentication had only been set up locally—there was no actual database configured. Once they informed Famous.AI of this, it quickly corrected the setup and integrated proper Supabase authentication.

Conclusion

In most cases, following the steps above—fixing, redoing, resetting, restoring, and rechecking—will help you get out of loop errors and resolve issues effectively with Famous.AI. These methods are designed to guide you back to a working state quickly, without losing progress.

However, if you've tried all the steps and you're still stuck, try posting the issue in Discord, reaching out to an Expert, or checking out the Done For You service.

Did this answer your question?