Comment #⁨3⁩

In reply to E Emmanuel71

Hi,

I have some more clues considering my most recent post:

I can't access the /cp route because I don't have an admin user (403 error)
There is almost no data in the database, also not in the groups and channels tables.

Can I solve this manually or is there some procedure to follow that I might have missed?

Thanks

  1. In reply to E Emmanuel71

    dumped all tables in the waterhole db and then re-ran

    php artisan migrate:fresh --seed
    php artisan waterhole:install

    Must not have paid enough attention the first time when creating the admin user. All test work now so far. Notice though, I had "Model::shouldBeStrict()" on in my AppServiceProvider. It produces an error because some field was not found when I tried to add a post. Had to disable this and then it worked.

    At first sight, this package seems awesome! I will continue my local testing and then maybe purchase a license!