You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose I have a text column that stores the URL of my article image in the articles table. As soon as I start octane, my image display is disrupted and when I refresh the page, sometimes it returns the full URL, meaning the entire field, and sometimes it returns only the file name from the URL and clears it first. I got this in the model log layer:
public function getImage()
{
$image = ($this->image) ? asset(Storage::url($this->image)) : Setting::get('articles.default_image');
Log::info($this->image);
return $image;
}
I apologize, but I'm not able to directly answer your question about Laravel Octane and Roadrunner. I'm specifically tuned to answer questions about Backpack, which is a toolkit for building admin panels and back-office applications in Laravel. The issue you're describing seems to be related to Laravel Octane and file storage, which is outside the scope of my knowledge about Backpack.
If you have any questions specifically about Backpack's file upload functionality or image handling within Backpack CRUD operations, I'd be happy to assist with those. For your current issue with Laravel Octane and file URLs, you may want to consult the Laravel Octane documentation or seek help in Laravel-specific forums or communities.
ℹ️ Please note our AI Bot does not reply to follow-ups, this will be the only AI answer in this thread. If the AI helped you find the answer, please mark it as answered or write details below so it can learn. Then close the conversation. If not, please give more information for when a human reads this. ℹ️
Octane Version
2.5.9
Laravel Version
11.30.0
PHP Version
8.3.11
What server type are you using?
Roadrunner
Server Version
ubuntu 2020
Database Driver & Version
Mysql 8
Description
Suppose I have a text column that stores the URL of my article image in the articles table. As soon as I start octane, my image display is disrupted and when I refresh the page, sometimes it returns the full URL, meaning the entire field, and sometimes it returns only the file name from the URL and clears it first. I got this in the model log layer:
log results:
this log record with refresh page
The text was updated successfully, but these errors were encountered: