Hi to all,
I just installed taiga in my AWS EC2 Instance, and everything ok, but when i try to register a new user, it fails.
this is the message in the chrome console:
POST
http://ec2-XX-XXX-XX-XX.compute-1.amazonaws.com/api/v1/auth/register 502 (Bad Gateway).
I changed my local.py file with the ec2 server DNS with 8000 port and also changed the front end conf.json file to redirect everything to the ec2 DNS.
And my conf.json:
{
"debug": "true",
"publicRegisterEnabled": true,
"feedbackEnabled": true,
"privacyPolicyUrl": null,
"termsOfServiceUrl": null,
"maxUploadFileSize": null,
"gitHubClientId": null,
"contribPlugins": []
}
My Ec2 instance have enabled the 80, 8000 ports in his security group.
What im doing wrong, sry im newbie in python and also ubuntu.