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
I am using flux on the CloudPanel.
The server was unable to serve the assets error 404. I did add the Nginx configuration that Fux documentation has, the the status code its 200 but still the assets are not served.
Instead of showing the code, when I open the link, it shows the homepage.
Thanks I ran into the same issue. Symlinking to the flux-pro directory solved the issue. I added the additional nginx block a while ago but it results in 404's since the last update.
Flux version
1.0.32
Livewire version
3.5.17
What is the problem?
I am using flux on the CloudPanel.
The server was unable to serve the assets error 404. I did add the Nginx configuration that Fux documentation has, the the status code its 200 but still the assets are not served.
Instead of showing the code, when I open the link, it shows the homepage.
Please advise.
Thank you
Code snippets
This is the code that I add in vhost:
location ~ ^/flux/flux(.min)?.(js|css)$ {
expires off;
try_files $uri $uri/ /index.php?$query_string;
}
How do you expect it to work?
Maybe publish assets to the public folder.
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: