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

Silent Media Upload Failure on Ubuntu 20.04.1 #14455

Closed
cmedcoff opened this issue Oct 7, 2023 · 3 comments
Closed

Silent Media Upload Failure on Ubuntu 20.04.1 #14455

cmedcoff opened this issue Oct 7, 2023 · 3 comments
Labels

Comments

@cmedcoff
Copy link

cmedcoff commented Oct 7, 2023

Upon attempting to upload a file, even a copy of what is already in the media library from the default install, no errors are repored in the UI or in the log file, no exceptions thrown.

To Reproduce

Log in as admin
Navigate to Media library
Attempt to upload file
observe no new file and no error reported.

Expected behavior

I would expect either an error is reported in both the UI and/or the log files as to the root cause of the failure.

Screenshots

None

@MikeAlhayek
Copy link
Member

What version on OC are you using. Also, are you using HTTP or HTTPS?

@cmedcoff
Copy link
Author

cmedcoff commented Oct 7, 2023

HTTP, I'm running a "DEV" environment via ...

dotnet run --urls https://0.0.0.0:8080

I'm targeting .net 7 with PackageReference Include="OrchardCore.Logging.NLog" Version="1.7.0" and PackageReference Include="OrchardCore.Application.Cms.Targets" Version="1.7.0"

@MikeAlhayek
Copy link
Member

MikeAlhayek commented Oct 7, 2023

If you look in the console, you'll see a JS error. This issue will be fixed in 1.7.1.
#14371

Meanwhile, you can use 1.8.0-previews or use HTTPS instead of HTTP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants