-
In local everything is normal, but in production the preview does not work. |
Beta Was this translation helpful? Give feedback.
Answered by
howdu
Oct 27, 2023
Replies: 1 comment 4 replies
-
If you're using nginx try adding a location block to ensure PHP is being served. Nginx tries to efficiently serve know extensions without PHP.
Add it above your |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ArtMin96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're using nginx try adding a location block to ensure PHP is being served. Nginx tries to efficiently serve know extensions without PHP.
Add it above your
location ~ \.php$