Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch error response status is 404 https://xxx.yyy.zzz/docs/api-docs.json #469

Open
charlie-nguyen-goldenowl-zz opened this issue May 6, 2022 · 3 comments

Comments

@charlie-nguyen-goldenowl-zz
  • 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
@ceresaconsultoria
Copy link

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

@360hexor
Copy link

I'm getting exactly the same

@ceresaconsultoria
Copy link

Hi

The problem is memory_limit, I increased the limit and generated the documentation.

increase in php.ini memory_limit to 1G

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants