this is my structure folder
pages/
–companies/
—-[id]
–employes/
–roles/
–teams/
—-index.vue
–index.vue
–login.vue
my structure folder
when i try access http://localhost:3000/login, login page is not open.
i found error 500 Missing required param “id”.
how solved it?