-
Notifications
You must be signed in to change notification settings - Fork 260
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
Error modal doesn't show WordPress debug logs #1448
Comments
This could be just a frontend issue. We should check if the PHP logs are printed in the console. If yes, then React didn't pick up the latest data. If no then the PHP logs weren't even sent to the logger from PHP-WASM. |
They are printed in the console |
@adamziel how are you testing this? When I add a unknown function to a blueprint, it fails, but there are no PHP logs in the browser console. |
At the time This means that no PHP logs were recorded. |
@bgrgicak is this one fixed now? |
Yes, it was implemented in #1500 |
I forgot to link the PR to the issue |
The error modal showing on a failed Blueprint execution only shows the JavaScript errors but no PHP errors. However, the most useful debugging information are often in the PHP code.
cc @bgrgicak
The text was updated successfully, but these errors were encountered: