Easy Auth Docs
  • Easy Auth Documentation
    • What is jwt
    • Getting started
      • Creating new applications
      • Application configuration
        • Auth Credentials
        • Application id
        • Application secret
        • Auth urls
          • Signup url
          • Signin url
          • Authorization url
    • Troubleshoot
      • Requested resource not found (404)
      • Not acceptable (406)
      • Application error occured (404)
      • Client secret mismatch (406)
      • Bad signup credentials (409)
Powered by GitBook
On this page
  1. Easy Auth Documentation
  2. Troubleshoot

Not acceptable (406)

This error usually occurs due to some contraint in server that your body content failed to pass. For example this could be some invalid email format etc. So thorughly check body of the request.

PreviousRequested resource not found (404)NextApplication error occured (404)

Last updated 1 year ago