L5-Swagger
L5-Swagger copied to clipboard
Fetch error response status is 404 https://xxx.yyy.zzz/docs/api-docs.json
- L5-Swagger Version: 8.3.0 (
composer show | grep l5-swagger
) - PHP Version (
php -v
): 8.0 - OS: ubuntu
- Laravel Codepipeline and Elasticbeanstalk
Description:
Errors: Fetch error response status is 404 https://xxx.yyy.zzz/docs/api-docs.json
Steps To Reproduce:
php artisan l5-swagger:generate
php artisan route:cache
I am receved same error
after execute php artisan l5-swagger:generate return Regenerating docs default but not generate files
in page
Errors Hide
Fetch error Not Found http://XXXXXXXXX:8000/docs/api-docs.json
I'm getting exactly the same
Hi
The problem is memory_limit, I increased the limit and generated the documentation.
increase in php.ini memory_limit to 1G