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

fix(Asset): fixed asset not fount (404) #503

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gossteer
Copy link

@Gossteer Gossteer commented Nov 1, 2022

asset not found (404) if used common nginx conf:

    location ~ \.(js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar)$ {
        expires max;
        try_files $uri =404;
    }

@Gossteer Gossteer marked this pull request as draft November 1, 2022 18:05
@Gossteer Gossteer marked this pull request as ready for review November 1, 2022 18:09
@marcuschristiansen
Copy link

Had a similar problem. Check if L5_SWAGGER_USE_ABSOLUTE_PATH is set to false in your config file.

@utpal21
Copy link

utpal21 commented Mar 1, 2024

I was facing same issue and its solved by L5_SWAGGER_USE_ABSOLUTE_PATH is set to false into l5-swagger.php config file.

Solved

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

Successfully merging this pull request may close these issues.

None yet

4 participants