laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.98k stars 822 forks source link

Cannot find team routes and creating new users does not add user to a team #1453

Closed repzlaw closed 8 months ago

repzlaw commented 8 months ago

Jetstream Version

5.0

Jetstream Stack

Livewire

Laravel Version

11

PHP Version

8.3

Database Driver & Version

MySql 8.0.31 for macOS(homebrew)

Description

after jetstream installation with the --team flag, when i created a new user, the user wasn't added to a team and also when i checked the route:list, I couldn’t find any team routes. This is a fresh laravel application and i cant get team to work at all. The team views and actions were created but it doesn’t show on the nav bar also

Steps To Reproduce

php artisan jetstream:install livewire --teams

repzlaw commented 8 months ago

this was caused by a wrong node version