Unable to connect to native Username-Password-Authentication database

Application was running fine for over a year, then today it isn’t allowing a connection to the native db. I’ve been getting two errors:

  1. {
    “error”: “access_denied”,
    “error_description”: “Cannot read property ‘statusCode’ of undefined”
    }
  2. {
    “error”: “access_denied”,
    “error_description”: “Request to Webtask exceeded allowed execution time”
    }

Hey there!

Can you provide us with more details about your hurdle? Any screenshots, info about the stack you use etc would be helpful!

Hi @jsafley,

Welcome to the Community!

Would you please explain little bit detail that when you getting this error and whats you actual requirements.

Thank you guys for the quick response. This is solved. It was actually and authentication rule that was causing the issues.

1 Like

Perfect! Glad to hear that!

I got this error for the first time while using management API for user creation. @jsafley are you sure it was a problem at your side

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.