HTTP 304 is a redirect not an error. It means it is loading the image from the cache. If you have been making changes try clearing your cache or opening the browser in private browsing mode so it won't load from it. It may have cached an image/location
that is invalid still which is why it isn't loading.
And could you share a detailed code about your controller action that could reproduce your issue?
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Contributor
2690 Points
874 Posts
Re: Asp.Net Core Image Get From Database
Oct 04, 2019 06:12 AM|Rena Ni|LINK
Hi Aliyilmaz,
HTTP 304 is a redirect not an error. It means it is loading the image from the cache. If you have been making changes try clearing your cache or opening the browser in private browsing mode so it won't load from it. It may have cached an image/location that is invalid still which is why it isn't loading.
And could you share a detailed code about your controller action that could reproduce your issue?
Reference:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/304
https://clear-my-cache.com/en/windows.html
Best Regards,
Rena