Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.56k stars 226 forks source link

[Bug]: Cant' open project - undefined is not an object (evaluating 'c.fsPath.split') #313

Closed Eggwise closed 5 months ago

Eggwise commented 5 months ago

What happened?

When i want to open a project i get this error:

Failed to load project: undefined is not an object (evaluating 'c.fsPath.split')

This is annoying because i put a lot of work in the project and now i cannot load it :/

What was the expected functionality?

Open my project

Describe your environment

macbook pro m2, rivet 1.7.4

Relevant log output

No response

Relevant screenshots

No response

Code of Conduct

Eggwise commented 5 months ago

This seems to happen when i opened a project. And try to open a clone of the project with the same ID. Cuz when i change the project UID in the yaml file i can open the project

codemile commented 5 months ago

fixed by PR https://github.com/Ironclad/rivet/pull/293