My prototyper was finished my prompt completely, including with the conclusion. But the change & results was not reflecting at all at the preview, even for a simple task.
For example i’m asking the AI to change a Section Title, the code updating process was running smooth, the conclusion of the process was finished, but the results was not reflecting.
I’ve tried several things:
Give a prompt to fix it, included the screenshot showing that the results was not reflecting at the preview
Re-starting (Reset) the project
/clear the chat history
Make another simple task
but those steps not fixing anything, and im going nowhere with my project. Does anyone experiencing or can help to fix this issue?
This is another example when i asked the AI to add a Line Graph on top of the Bar Chart, the file changing process was running smooth, the conclusion is finished, but the Line Graph are not reflecting.
Yeah same thing happenend to me. The prototyper modified the code correctly, but server did not update by the changes. It later fixed itself once I restarted my server. Maybe that would help.
thanks for the suggestion. really appreciate it.
Where i can place the debug, is it from the code view or via the chat prototyper? if from the chat prototyper, would you mind to share the prompt example?
Type this into prototyper [may as well try other ways of wording it, shorter wording etc.]
The site isn’t reflecting the latest code changes. Can you add debugging around the build or hot-reload process to help identify where the sync is breaking? Also, it’d be helpful to include some visual indicators in the UI to show when a rebuild or refresh takes place.
Judging from the plan, the App Prototyping agent was “adding a line graph representing the previous month’s data”. I have a few questions, maybe that will help with the debugging:
is the previous month’s data empty?
at any point did the bar chart show previous and present month data side-by-side in each of the categories like “Leads” and “Contacted”?
if yes to the question above, i’m understanding your goal to be turning the side-by-side comparison of two bars (different colors representing different months in each category) to bar and line comparison? i wouldn’t recommend that because using line graphs for distinct categories is an anti-pattern
i found a solution at least for me , go to the switch to code button on the upper right side of your screen and switch to the code page , and there in the Gemini ask it exactly
“how to restart my workspace server for my current project”
and click on the suggestion it gives you , and wait for it to restart …that should resolve your problem
thanks for the reply. No, the previous month data is not empty. The issue happened not specify to my Add Line Graph prompt only, it happen to all my prompt even the simplest request.