Confusing Readme #99
Replies: 16 comments
|
Hey there 👋🏻. Thanks for catching this one. I moved the docs to the .cursor/rules folder at some point and forgot to update the README |
|
@christopheragnus Thank you for catching this. The issue has been fixed. Please let us know if you have any other suggestions. |
I'm also getting an error after following the readme and setting up the Docker container. Steps to reproduce:
Any assistance on this? |
|
@christopheragnus 1- Login to directus 3- Then go to "echo/directus" folder and run the following command: "npx directus-sync -u http://directus:8055 -e admin@dembrane.com -p admin push -d -f" 4- rerun the project again and everything should work fine |
|
I'm still getting the same error after running the above. Steps I took:
|
|
This was in the I don't see any other errors aside from this one in the terminal: I suspect its referring to |
|
This is the logs of |
|
You can install an extension called "Restore Terminals" and press ctrl+shift+p and search for "Restore Terminals" in your code editor and click on it. That would re run the project. A video demonstration of the whole process is going to be uploaded soon. The video will address these issues in detail. |
ok, i got it working finally! It looks like the Docker container didn't install This worked for |
|
@christopheragnus i forgot to mention that with the new commits in "Echo", it has been updated to use s3 bucket for storage. That is causing you the error Please add the following environment variables in the env file of "echo > echo > server" directory and the issue would be resolved: |
|
@ussaama is there a way to populate the app with dummy data as well, other than creating a conversation manually? |
|
At the moment, the only way to generate conversations is by creating them manually. |
|
I propose the following changes to close this discussion.
I've self-assigned and will open a PR soon. |





Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I am trying to setup the Echo repo locally but the Readme looks outdated. The links under this section should be pointing to
.cursor/rules. However, it is currently relative to current & incorrect directory.To Reproduce
Steps to reproduce the behavior:
Expected behavior
docs/database_commands.mdgive 404 errors because they are missing.None of the links point to correct docs files under the correct directory.
All reactions