Image field resolves disk twice in URL in CRUD in 6.6.3 #841
-
Hi, I have updated to Backpack Crud 6.6.3 and pro 2.1.3 and my image fields in the CRUDs now resolves the disk twice. i have this field in my crud
No accessors in the Model. The image field is resolved to the image field in the db has this value /media/countries/eaf982d89cf472b6b9d85b2fe6b4eb61.webp The storage is defined in config/filesýstems
and in env. LINODE_ACCESS_KEY_ID=xxxxxxxx Any ideas on what is wrong here. It worked in previous version of backpack crud (6.5.2) and pro (2.0.23). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I've did changes here last few days. Sorry I am the one to blame for breaking it 😞 I've some question that may help me to debug this issue:
Cheers |
Beta Was this translation helpful? Give feedback.
I've just released
backpack/pro v2.1.5
with the fix.It should take a bit for our private repository to pick up the changes and you will able to get them with a composer update.
It was a mistake I made due to a bad configuration in my environment. It didn't fail on my environment, because it was misconfigured 🤷
Sorry for that, and let me know if it's working as expected for you now.
Cheers