Error 500 on the auth route when using bodyparser middleware

Hello @Aldric_Libonis,

The first issue would lie in the fact that you have to use our middleware before any other like shown on our documentation. Our middleware is also setting a limit to 50mb, this may conflict with what you might try to achieve and sadly for the moment this is not configurable.

Best regards,

Dogan