examinee icon indicating copy to clipboard operation
examinee copied to clipboard

No Contents No Exam Management

Open tok3 opened this issue 4 years ago • 4 comments

I installed the app according to you installation instructions but after login as admin no data is displayed. No lessons, no students, and the menu item "courses" is not working. Maybe errors in vue scripts !?

tok3 avatar Apr 29 '20 09:04 tok3

At this moment the courses page has no data. do you see data on scholar and student page? If not see please run the seeder php artisan migrate:fresh --seed

mshossain110 avatar Apr 29 '20 13:04 mshossain110

how to run the app

harshaldosh avatar May 15 '20 20:05 harshaldosh

Yes exactly , API authentication issue.

Solution The sanctum stateful domains in .env file should be the same addresses of our front-end apps including the port numbers. as the following code snippets APP_URL=http://localhost:8000 SANCTUM_STATEFUL_DOMAINS=localhost:8000

bekelehaile avatar Feb 19 '21 17:02 bekelehaile

what the admin pasword ?

AbdanSFR avatar Mar 10 '23 19:03 AbdanSFR