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
Note: Please report any security issues directly to hello [at] ankit.pl
Describe the bug
When the /files interface is requested, it is found that the GET request is not a POST request, resulting in the failure to return 201 and create the corresponding resource, resulting in the error Unable to create resource
environment
PHP Version 8.3
Hyperf Version 3,1
Tus-php Version 2.4
To Reproduce
vendor/ankitpokhrel/tus-php/src/Tus/Client.php
When I called createWithUpload, I didn't GET the status code 201 I was expecting, but 200, so I found that the method I got in Server.php was get instead of POST
The text was updated successfully, but these errors were encountered:
Describe the bug
When the /files interface is requested, it is found that the GET request is not a POST request, resulting in the failure to return 201 and create the corresponding resource, resulting in the error Unable to create resource
environment
To Reproduce
vendor/ankitpokhrel/tus-php/src/Tus/Client.php
vendor/ankitpokhrel/tus-php/src/Tus/Server.php
/app/Controller/UploadFileController.php
When I called createWithUpload, I didn't GET the status code 201 I was expecting, but 200, so I found that the method I got in Server.php was get instead of POST
The text was updated successfully, but these errors were encountered: