@Sinnbeck 1. The stored address is homes\October2022\4rL6df8IgvncAVs4hhEZ.jpg.
2. I'm using composer require tcg/voyager admin panel. Its their own functions to stored images in database. I haven't used any external code.
@Sinnbeck Yeah I'm on windows and it can pick this \ too. Even in the browser, I can open and see the image with same stored address in database. Only in the background-image is a problem.
@Sharim Oh I am not asking you to change the voyager source. Just try and find the bug and if possible implement a fix in your own code. But apparently its a known issue that wont be fixed
@Sinnbeck The str_replace is worked for me not ```Voyager::image()````. Maybe because I'm using my own controller to fetch the records. And voyager is not involved in any part to fetch the records. Because I'm using voyager only to store.
@Sinnbeck Actually you're right. I checked the address from inspect element several time and we need to remove storage/ from the address. Now I added the code like this: