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
"http://localhost:8008/_matrix/media/v3/download/localhost/IHmGcEAZfHLBSmIyByFPaJYA?allow_redirect=true" this is used getHttpUriForMxc(import.meta.env.VITE_MATRIX_HOST, mxcUrl) to convert. but chrome show { "errcode": "M_NOT_FOUND", "error": "Not found" }
. however, element is ok, is show image correctly. i think it maybe header problem. but i dont know how to do.
The text was updated successfully, but these errors were encountered:
Sounds like your Homeserver has authenticated media enabled. You will need to pass true to the useAuthentication parameter.
true
useAuthentication
This issue tracker is not a support forum. I suggest #matrix-dev:matrix.org for support.
#matrix-dev:matrix.org
Sorry, something went wrong.
No branches or pull requests
"http://localhost:8008/_matrix/media/v3/download/localhost/IHmGcEAZfHLBSmIyByFPaJYA?allow_redirect=true"
this is used getHttpUriForMxc(import.meta.env.VITE_MATRIX_HOST, mxcUrl) to convert.
but chrome show
{
"errcode": "M_NOT_FOUND",
"error": "Not found"
}
. however, element is ok, is show image correctly.
i think it maybe header problem. but i dont know how to do.
The text was updated successfully, but these errors were encountered: