-
Notifications
You must be signed in to change notification settings - Fork 61
Signup Url not found on signing up #116
Comments
I've fixed it, and I'm going to open a PR soon, can you assign this to me? |
Feel free to open PR and refer the issue in PR description, so that everyone can see there is PR related to this issue . |
So what we discussed in gitter channel is :
Once you started the backend server in docker container, we can use it in Angular application by editiing the environment variable, present in environment/ folder :
Also I feel, environment folder should have proper named file. Update - api_endpoint should be localhost:8000/api when you are using local backend server. |
@Shekharrajak I already have the same api_endpoint in the codebase, but the problem is that the server running there doesn't response with Access-Control-Allow-Origin header to my pre-flight request. For testing, I've replaced it with localhost:8000/api to use the local server and it works just fine. |
Actually you need to use :
I mistakenly pasted worng api_endpoint, now I updated it. |
@RishabhJain2018 , shouldn't it work for |
@Shekharrajak understood. So, I made the PR, and it was failing a test case, I've fixed that as well (just needed to add the service in spec file providers array). And the Travis CI has passed all the test cases. Now you will assign a reviewer yourself right? |
I'm submitting a
(Check one with "x" from given options)
Current behavior
When a user fills the required fields on the signup form on
auth/signup
and clicks the submit button, it doesn't proceed forward, checking the console shows that theendpointsService
is not present on theself
object.Expected behavior
Upon clicking the signup button after filling the required fields, it should send request to backend without any errors.
Steps to reproduce
Related screenshots
Other information
System information
Ubuntu 18.04 LTS
Node.JS: v8.12.0
The text was updated successfully, but these errors were encountered: