uasoft-indonesia / badaso-post-module

Post system on badaso, create blog & news site faster.
https://badaso-post.uatech.co.id/
MIT License
3 stars 3 forks source link

MENU POST SAAT DI KLIK TIDAK TAMPIL #161

Open ridridku opened 2 years ago

ridridku commented 2 years ago

image image setalah install post module error seprti itu

rizkiheryandi commented 2 years ago

Looks like you missing some step when install it

Please provide how to reproduce it, thanks

rizkiheryandi commented 2 years ago

This issue also should be in post module repo, so i will move it

perfectminor commented 2 years ago

@rizkiheryandi Was this the cause of the problem, I was also having the same problem. When I run the command :

php artisan badaso-post:setup

Adding badaso env
Badaso post provider published
Adding badaso hidden tables config
Regenerating docs default
ErrorException
Required @OA\Info() not found
at C:\xampp\htdocs\badaso\vendor\zircote\swagger-php\src\Loggers\DefaultLogger.php:31
     27▕         } else {
     28▕             $error_level = E_USER_WARNING;
     29▕         }
     30▕
  ➜  31▕         trigger_error($message, $error_level);
     32▕     }
     33▕ }
     34▕
�� }
     34▕
  1   C:\xampp\htdocs\badaso\vendor\zircote\swagger-php\src\Loggers\DefaultLogger.php:31
      trigger_error("Required @OA\Info() not found")
  2   C:\xampp\htdocs\badaso\vendor\psr\log\src\LoggerTrait.php:86
      OpenApi\Loggers\DefaultLogger::log("warning", "Required @OA\Info() not found", [])

So much information from me, is there a way to solve the problem

ricidelphy commented 2 years ago

I experienced the same thing, then I tried to run npm install & npm run watch.. and the result worked..