As the title mentioned, when I try to use Popups with TextExtract, the Popups often shows "There was issues displayding this preview".
When I check by using Chrome's function to check the code and console, it shows that there is a "500 Internal Server Error".
I have tried using API Sandbox to test every part of the api, and discover that once prop=extracts part was put in the api, it will send back Error Code 500. But when it was removed, no error will be given and the output remains normal.
Is there reason why this situation would happen and is there any possible ways to solve it?
P.S I have set short URL by apache2 according to the Tutorial in Mediawiki, while api.php is accessible and have no problem to access at all.