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;
}
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
Steps To Reproduce
I explained the problem completely.
The text was updated successfully, but these errors were encountered: