FAQs
Why do I see /app/agnets/bin/start: not found
?
/app/agnets/bin/start: not found
?Windows users occasionally encounter line-ending issues, which may result in errors like /app/agnets/bin/start: not found
.
For best practices, we recommend configuring Git to automatically convert line endings to LF on Windows.
To fix this:
Configure Git to automatically convert line endings to LF on Windows:
>_ Terminal
Re-clone the repository
Alternatively, you can download and extract the ZIP file directly from GitHub.
How to verify my internet connection?
Please make sure that both of you your HTTPS and SSH are connected to the internet.
Test HTTPS connection:
>_ Terminal
Test SSH connection:
>_ Terminal
How to refresh env file?
To see updated changes during development, follow these steps:
Stop the server
Save changes to the
.env
fileRun
source .env
to refresh the environment variables
Last updated