[Bug] Registration not working #21
Comments
|
Are you getting any errors in your browser console? Or in the main console? |
|
So interestingly.. I am running this in an AWS EC2 Instance, and when I tried to run ubuntu@cad:~/snaily-cadv3/client$ npm run build
Creating an optimized production build... npm ERR! A complete log of this run can be found in: |
|
Might have to upgrade my VPS.. lol - but it was coming up with an error about localhost:3000 not matching the IP or domain name. |
|
Yea, you have to change the |
|
so for me it would be: my example IP is 99.99.99.99 My server is running on port: 3030 Server config: const config = {
port: 3030,
clientUrl: "http://99.99.99.99",
host: "localhost",
user: "root",
password: "admin",
databaseName: "snaily-cad",
jwtSecret: "bongo super cat",
env: "production", /* Do NOT change this unless you know what you are doing! */
};
export default config;Client config: const SERVER_URL = "http://99.99.99.99:3030";
export default SERVER_URL;Hope you understand. |
Describe the bug
When trying to register for the first time, it does not work correctly. It just sits on the register page and does not process.
Expected behavior
To register the first admin account.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: