"unexpected end of file" error when log in

Problem statement

User login failed with the error “unexpected end of file” found in tenant logs.

Solution

Those errors came from the axios request within the Action that runs an axios request on version 1.2.1.

You need to upgrade to Node18 to use the axios 1.2.3 to solve this error.

1 Like