uasoft-indonesia / badaso

Laravel Vue headless CMS / admin panel / dashboard / builder / API CRUD generator, anything !
https://badaso.uatech.co.id
MIT License
1.21k stars 223 forks source link

Can't access media assets #225

Closed belutz closed 3 years ago

belutz commented 3 years ago

You need to install laravel 8 as a new one with new badaso too. I guess that you upgrade badaso version from previous version. In badaso current version, user default avatar value is files/shares/default-user.png.

Originally posted by @dannyatthaya in https://github.com/uasoft-indonesia/badaso/issues/209#issuecomment-870339281

belutz commented 3 years ago

this is my specification Desktop OS: Win10 20H2 Wamp: Laragon 5.0.0 21053 (php 7.4.19) npm: 6.14.8 node: 14.15.1 laravel: 8.0(fresh install) image

i using laravel 8.0, when i using laravel 5.x always error, doesn't meet recruitment

rizkiheryandi commented 3 years ago

Hi @belutz

Have you tried re-create new laravel 8 project and install badaso on there ? because badaso still not release the stable version, so each RC release may had many changes that can break previous release (need deeper knowledge of badaso structure to upgrade manually)

Use this version as docs mentioned :

Thanks

rizkiheryandi commented 3 years ago

Also change your filesystem to public on .env @belutz

FILESYSTEM_DRIVER=public

belutz commented 3 years ago

Hi @belutz

Have you tried re-create new laravel 8 project and install badaso on there ? because badaso still not release the stable version, so each RC release may had many changes that can break previous release (need deeper knowledge of badaso structure to upgrade manually)

Use this version as docs mentioned :

  • node 12.16.x
  • npm 6.13.x
  • yarn 1.22.x

Thanks

image

rizkiheryandi commented 3 years ago

Hello, sorry i dont get the point about your latest reply, can you explain more detail please ? @belutz