Can't add new client anymore

I’m using IN v5.1.65-C48 for a few days and since yesterday I can’t add new clients anymore.

When I’m trying to, I get this error:

TimeoutException after 0:00:30.000000: Future not completed

Laravel.log doesn’t contain anything related and I currently have 93 clients in IN.

Any hints what could go wrong?

Hi,

It may be a problem related to the client number pattern?

cc @david

Seems you are correct.
Client number pattern was

{$user_id}

After changing it to

{$counter}

I can create new clients again. Seems like I accidentally changed this setting.

Glad to hear it solved it, thank for the update!