nimblehq / nimble-survey-web

Nimble Survey API for Mobile Challenge and Certification
0 stars 3 forks source link

Fix: 404 error on signin/signup links of the Wiki Authentication page #113

Open minhnimble opened 1 year ago

minhnimble commented 1 year ago

Issue

The Sign up endpoint and Sign in endpoint on the Authentication page is showing 404 error at the moment.

Screenshot 2023-10-30 at 11 19 20

As a result, the candidate couldn't follow the instructions to create their own account to test the API properly.

Expected

The signup and signin endpoints should be updated to match with the new postman collections:

Steps to reproduce

  1. Go to Wiki -> Authentication page:
  2. Click on the Sign up endpoint or the Sign in endpoint
  3. Observe the result
hoangmirs commented 1 year ago

Fixed: https://github.com/nimblehq/nimble-survey-web/wiki/Authentication @minhnimble Could you help verify it and close this issue 🙏