We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should also be ensured on Masonite blocks or tabs:
https://github.com/MasoniteFramework/masonite/blob/b166e959baa1f0a641259cec03472cfd38c57f0d/src/masonite/providers/ExceptionProvider.py#L46
The text was updated successfully, but these errors were encountered:
All blocks or tab have a serialize() method, inside this we should not get a serialization error.
serialize()
If we have one we could still add a try/except in the web renderer render() method to catch Serialization error and display something to the user ?
Sorry, something went wrong.
To reproduce the error we can do a file upload from a POST, and put file into a variable, then raise an exception.
The local variables will contain a file which is not serializable.
So we could at first try to serialize in a nice way internal masonite classes:
No branches or pull requests
It should also be ensured on Masonite blocks or tabs:
https://github.com/MasoniteFramework/masonite/blob/b166e959baa1f0a641259cec03472cfd38c57f0d/src/masonite/providers/ExceptionProvider.py#L46
The text was updated successfully, but these errors were encountered: