User Tools

Site Tools


medal-data:troubleshooting-guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
medal-data:troubleshooting-guide [2022/04/11 09:36] Sylvainmedal-data:troubleshooting-guide [2022/04/20 11:32] (current) Sylvain
Line 14: Line 14:
 If you encounter this problem while trying to login to one of the default email addresses, it may be the case that the database has not yet been seeded. An administrator should seed the database, run: If you encounter this problem while trying to login to one of the default email addresses, it may be the case that the database has not yet been seeded. An administrator should seed the database, run:
 <code> <code>
-php artisan db:seed+sudo dokku enter <app_name> web php artisan db:seed
 </code> </code>
  
Line 21: Line 21:
 If you encounter this problem, and you think you should be able to access this page. It might be that the database lacks permissions or the assignment of permissions is incorrect. An administrator should repair the permission: If you encounter this problem, and you think you should be able to access this page. It might be that the database lacks permissions or the assignment of permissions is incorrect. An administrator should repair the permission:
 <code> <code>
-php artisan permission:fix+sudo dokku enter <app_name> web php artisan permission:fix
 </code> </code>
  
medal-data/troubleshooting-guide.1649662577.txt.gz · Last modified: 2022/04/11 09:36 by Sylvain