RasaGPT icon indicating copy to clipboard operation
RasaGPT copied to clipboard

Organization already exists

Open vishwajeetio opened this issue 2 years ago • 1 comments

Getting the error below when running the command make install.

Traceback (most recent call last): File "/app/api/seed.py", line 128, in org_obj = create_org_by_org_or_uuid( File "/app/api/helpers.py", line 95, in create_org_by_org_or_uuid raise HTTPException(status_code=404, detail="Organization already exists") fastapi.exceptions.HTTPException make[1]: *** [seed] Error 1 make: *** [install] Error 2

vishwajeetio avatar Jun 18 '23 07:06 vishwajeetio

Use the "make db-reset" command and then run the "make install" command again.

BOTHRAJ avatar Jun 23 '23 18:06 BOTHRAJ