You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
Not sure it's directly related, but I sometimes have 404 error on HTML generation cli batch process:
PHP log:
A total of 296 invoice(s) will be validated. Confirm? (yes/no) [no]:
> yes
48/296 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%[2020-03-06 23:13:52] console.ERROR: Error thrown while running command "{command}". Message: "{message}" {"exception":"[object] (TheCodingMachine\\Gotenberg\\ClientException(code: 404): 404 page not found\n at vendor/php/thecodingmachine/gotenberg-php-client/src/Client.php:106)","command":"nexy:invoice:validate","message":"404 page not found\n"} []
In Client.php line 106:
404 page not found
Not sure it's directly related, but I sometimes have 404 error on HTML generation cli batch process:
PHP log:
Server log:
As you can see, the error details is not very helpful.
Does this library has option about how to debug a bit more what was done during the request? 🤔
The text was updated successfully, but these errors were encountered: