Hello everyone, I cloned NocoBase from GitHub on the develop branch. I followed all the steps according to the documentation on the website, but I’m facing this error and I have no idea how to fix it. The database connection is established and the tables have been created.
Please wait for NocoBase to start successfully, then refresh your browser to check if you can access it normally.
I open http://localhost:13000 on my chrome browser and wait for bundling start and goes to 100 then i get this error
Hello, the installation was unsuccessful. Please follow the documentation to ensure that each command is executed successfully without errors.
thanks but i did this multiple times with all (main,next,develop) versions i clone it i use (yarn install --frozen-lockfile ) then i set my environment variables ![]()
then i run this (yarn nocobase install --lang=en-US) and then (yarn dev).
shall i do something else?
Please try running:
yarn nocobase install -f
and check whether any errors occur.
i did clone main branch again an do all in docs and this time i use (yarn nocobase install -f) instead of (yarn nocobase install --lang=en-US) but again same error. i have a question which branch shall i clone from github?does it matter? or do i have to do something with docker?or something wrong with my .env?
Hello, the old database failed to install. Please use a new, empty database and follow the official documentation’s installation process exactly, ensuring each command is error-free.
Ensure the command yarn nocobase install --lang=en-US installs successfully. The database should have more than 70 tables. If errors occur, please provide screenshots and feedback.
Hi, are you using Windows? Please try running it in administrator mode. It looks like symlink permissions are not available.
thank you so much i did this and worked
i have a question i want to change app language to persian can i use ( yarn nocobase install --lang=fa-IR ) ?















