Make sure you changed it in the client config file and run yarn build
after that in the client folder.
It should work then.
./client/src/config/config.js
there is the URL you need to change, once you have changed that, run yarn build
and refresh the browser, should work.
Hey there, I got the cad installed and the website is showing up but i got one issue. Everytime i try to log in to the cad it doesn’t do anything.(Don’t know how to explain it but it constantly loads and does nothing) I placed a screenshot if i can to clear things up if i made no sense.
This is actually really neat. I’m glad it’s finally not in PHP lol.
I think Node JS will be much more expandable and easier for people to help submit PRs from.
Hey!
Make sure you have changed the localhost
to your IP of the host PC or domain name, and then run yarn build
after editing it, so:
- goto
client/src/config/
- Open
config.js
- Change
http://localhost:3001
to your configuration - Open a command prompt, run
yarn build
in the client folder.
Ahh, Thankyou! I do agree lol, there aren’t that many NodeJS CADs (that are not discontinued)
Nothing is wrong CAD wise, you most likely have XAMMP Apache server running which needs to be stopped, so would look like this:
Please see this reply from above: [Release] SnailyCADv2 | Free NodeJS CAD/MDT
Thanks a lot, Issue has been fixed but i came across another issue. It won’t let me create a new account for some reason. After i press the register button it resets the password and does nothing. Also does the same for login
Can you check if there’s any errors in the console, also in your browser console?
No errors in the main console but a load of errors in the browser console, I’ll place a screenshot below
It’s because it can not find your URL you have put in, make sure you type in in correctly.
Thanks, I made a typo in there. But i still can’t log in nor register
Can you check if there’s no errors in both consoles again, make sure that you have log XHR requests
on
Where do i find this? Sorry, Extremely new to this.
In chrome: F12, click the cog then click log XMLHttpRequests
:
Got it so i done that but the only thing i get is this,
Edit: (This is from the browser)