Skip to content
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

Doc Enhancement: Image Cropper \ Blazorise extend documentation for MaximumReceiveMessageSize #4821

Closed
njannink opened this issue Jun 15, 2023 · 0 comments
Labels
Area: Documentation Something is missing in the documentation.
Milestone

Comments

@njannink
Copy link
Contributor

We are migrating from Blazor Wasm to Blazor Server and I spend the entire morning trying to figure out why the cropper isn't working.

In the end the problem was with the maximum blazor message size:

        .AddHubOptions(o =>
        {
            o.MaximumReceiveMessageSize = 1024 * 1024 * 100;
        })

Might be good to clarity this in the Blazorise documentation of the image cropper and getting started

@njannink njannink added the Type: Feature ⚙ Request or idea for a new feature. label Jun 15, 2023
@stsrki stsrki added Area: Documentation Something is missing in the documentation. and removed Type: Feature ⚙ Request or idea for a new feature. labels Jun 16, 2023
@stsrki stsrki added this to the 1.2 support milestone Jul 4, 2023
This was referenced Jul 4, 2023
@stsrki stsrki closed this as completed Jul 4, 2023
@stsrki stsrki added this to Support Aug 3, 2024
@stsrki stsrki moved this to ✔ Done in Support Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Documentation Something is missing in the documentation.
Projects
Archived in project
Development

No branches or pull requests

2 participants