joelbutcher / socialstream

OAuth for Laravel, simplified.

Home Page:https://docs.socialstream.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When installing with Laravel Nova - dashboard will not load

helloadmin opened this issue · comments

When starting a new Laravel project that also includes Laravel Nova, /dashboard will not load. Javascript error is:
Ziggy error: 'team' parameter is required for route 'teams.show'.

I've started a new project then added Nova then Jetstream, - /dashboard works
New project with Jetstream then Nova - /dashboard works
New project with Nova then Jetstream, - / dashboard works -> add Socialstream -> get the error
New project with Socialstream - /dashboard works -> add Nova -> get the error
New project with Nova, /dashboard works -> add Socialstream -> get the error

I've been doing the same procedure for the last year without issue. In the last month or so, this started to happen.

Socialstream

  • Socialstream version: latest
  • Jetstream stack: 3.2 Inertia
  • Laravel version: 10
  • PHP version: 8.1

Still an issue. I installed Socialstream while still logged on with a Jetstream session and it worked. and continued to work after social stream was installed. Logout/Login and no problem. I migrate:fresh my db which forced a login and the problem is back. Must have something to do with creating the user session. I'm going to explore this with just jetsteam/nova more later this week.

Did you fix it, this usually just means you have turned on the Features::teams(['invitations' => true]), but you didn't select the teams function when you installed the package.