Closed leandrolic closed 2 years ago
Put a debug dd($response)
or var_dump($response);exit();
in this line and post the result here
https://github.com/vinicinbgs/autentique-v2/blob/master/src/utils/Api.php#L92
probably path in your project: vendor/vinicinbgs/autentique-v2/src/utils/Api.php
And check if the Storage::path('teste.pdf')
are give the right path for the file
Return the same error:
"{"errors":[{"message":"Internal server error","extensions":{"category":"internal"},"locations":[{"line":1,"column":108}],"path":["createDocument"]}],"data":{"createDocument":null}} ◀"
The error was in the file name. I was using "teste-01.pdf". When I removed the caracter "-" the api worked. Thanks
Great! thank you too :) have a nice day
I will close the issue
When I try to create a document I get the message below:
{"errors":[{"message":"Internal server error","extensions":{"category":"internal"},"locations":[{"line":1,"column":108}],"path":["createDocument"]}],"data":{"createDocument":null}}
NOTE: the other functions are working normally.Code:
How can i fix that?