简体   繁体   English

加载资源失败:服务器在 Heroku 上响应状态为 404(未找到)Laravel

[英]Failed to load resource: the server responded with a status of 404 (Not Found) Laravel on Heroku

I am trying to show pictures in Laravel project from storage that is linked in public.我正在尝试从公共链接的存储中显示 Laravel 项目中的图片。

but I am getting error Failed to load resource: the server responded with a status of 404 (Not Found).但我收到错误加载资源失败:服务器响应状态为 404(未找到)。 It works in local, but it doesn't work on Heroku.它适用于本地,但不适用于 Heroku。

  <img class="card-img-top" src="{{asset('storage/'.$post->post_image)}}" alt="Card image cap">
  • Did you run the command php artisan storage:link?您是否运行了命令 php artisan storage:link?
  • Try use storage_path('app/public/' . $post->post_image ).尝试使用 storage_path('app/public/' . $post->post_image )。
  • Read more: https://laravel.com/docs/9.x/filesystem阅读更多: https ://laravel.com/docs/9.x/filesystem

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Laravel | 加载资源失败:服务器响应状态为 404(未找到) - Laravel | Failed to load resource: the server responded with a status of 404 (Not Found) 加载资源失败:服务器响应,状态为404 Not Found - Failed to load resource: the server responded with a status of 404 Not Found Wordpress 无法加载样式:加载资源失败:服务器响应状态为 404(未找到) - Wordpress can't load styles: Failed to load resource: the server responded with a status of 404 (Not Found) 为什么Wordpress无法加载资源? 它说服务器响应状态为404(未找到) - why Wordpress failed to load the resource? It said that the server responded with a status of 404 (not Found) 出现错误说无法加载资源:服务器响应状态为404(未找到) - having an error says Failed to load resource: the server responded with a status of 404 (Not Found) 文件路径返回无法加载资源:服务器响应状态为404(未找到) - file path returning Failed to load resource: the server responded with a status of 404 (Not Found) Javascript XHR 向 php 文件发送请求:加载资源失败:服务器响应状态为 404(未找到) - Javascript XHR Post Request to php file: Failed to load resource: the server responded with a status of 404 (Not Found) 加载资源失败:服务器使用Js,ajax,php在联系表单上以404(未找到)状态进行响应 - Failed to load resource: the server responded with a status of 404 (Not Found) on contact form using Js, ajax, php Laravel Chained Select加载资源失败:服务器响应状态为500 - Laravel Chained Select Failed to load resource: the server responded with a status of 500 Laravel 7 - 加载资源失败:服务器响应状态为 400(错误请求) - Laravel 7 - Failed to load resource: the server responded with a status of 400 (Bad Request)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM