Hey there
I've been having a really difficult issue lately where I'm trying to fork my application build. However, when i do so, the forked version is always missing a key component or is just broken in some way, and not the latest version of the app I was working on.
For example, If i duplicate the chat to fork my application, the new version would be missing an image in the hero, or would ask for an environment variable that isn't even in the codebase?
The weird thing is, when I compare the codebase, it looks to be the same, so I don't know what the issue is!
Any help would be appreciated, have been facing this over the last couple of days.