Issue extracting the Source Sans font from the .tar.gz archive #842
-
Hi, I've just been migrating an application to v6 and got the following error:
I assume that this is a Linux permission issue, because in my setup the web server user is not allowed to write to So my question is - will this happen each time I deploy my application? Or will this step be omitted if the extracted font files do already exist in the storage directory For reasons, it may be difficult to make the dir writable during deploy, so I'd be glad if I could find an alternative solution. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @mattsches thanks for the report. Unfortunately it's something we are aware and it's a long overdue issue. Laravel-Backpack/basset#109 It was in the theme repository and was not prioritized accordingly 😞 I've just picked on it, and we have already a PR pending for it. Laravel-Backpack/basset#110 Your report and the solution provided in the mentioned PR gave me clues on how we could probably solve this in our side without you guys having to hack any other solutions. I hope we can have the PR merged today if possible, I need @promatik to have a look at it to make sure I am not breaking nothing, he knows basset in's and out's better than me 🙏 I will close this for now, you can track this issue on the PR or in the bug report. Cheers |
Beta Was this translation helpful? Give feedback.
Hey @mattsches thanks for the report. Unfortunately it's something we are aware and it's a long overdue issue. Laravel-Backpack/basset#109
It was in the theme repository and was not prioritized accordingly 😞 I've just picked on it, and we have already a PR pending for it. Laravel-Backpack/basset#110
Your report and the solution provided in the mentioned PR gave me clues on how we could probably solve this in our side without you guys having to hack any other solutions.
I hope we can have the PR merged today if possible, I need @promatik to have a look at it to make sure I am not breaking nothing, he knows basset in's and out's better than me 🙏
I will close this for now, you can track this…