phpmyadmin wont display in an iframe #94
Labels
bug
Something isn't working
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Describe the bug
phpmyadmin will not display in iframes such as simple brtowser and theia preview
Steps to reproduce
gp preview $(gp url 8001)/phpmyadmin/
The screen is white. The console shows error about the parent frame permissions.
Expected behavior
The phpmyadmin login page should display
Additional information
phpmyadmin just needs this added to its
config.inc.php
fileThe fix will be to inject this snippet into
public/phpmyadmin/config.inc.php
during the workspace initializationThe text was updated successfully, but these errors were encountered: