amplication / amplication

πŸ”₯πŸ”₯πŸ”₯ Open-source backend development platform. Build production-ready services without wasting time on repetitive coding.

Home Page:https://amplication.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› Bug Report: Jovu create duplicate entities when one of the entities failed to create

yuval-hazaz opened this issue Β· comments

What happened?

use this prompt

Create a new service for employee management, including working hours, locations, managers, employees, functions, and salary

Jovu will create all entities correctly but will fail on the creation of the function entity because the name is reserved.

unexepectadly, Jovu will retry to create all entities again with unique names, and we will end up with most entities created twice

What you expected to happen

Jovu should understand that some entities were created successfully and should only try again for the failed entity (or let the user know that this one failed)

How to reproduce

use this prompt, on an existing project that is already connected to a git repo

Create a new service for employee management, including working hours, locations, managers, employees, functions, and salary

Amplication version

No response

Environment

No response

Are you willing to submit PR?

No response

Passed QA:
image