You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my idea of why this is happening.
I will try to have a look later.
If someone wants to grab it before me, here is the hint:
Look into album creation (App/Actions/Album/Create.php), it is most likely using Auth::user()->id ?? throw ... to retrieve the intended owner of the album. This should be replaced by a parameter to the function and set in the App/Console/Sync class & App/Http/Controller/Album class.
Detailed description of the problem [REQUIRED]
A clear and concise description of what the bug is.
User is not authenticated exception when I run lychee:sync.
Steps to reproduce the issue
Steps to reproduce the behavior:
Then I see:
Output of the diagnostics [REQUIRED]
(Settings => Diagnostics or https://example.com/Diagnostics or
php artisan lychee:diagnostics
)Browser and system
I have made sure all folders sync from and to belongs to www-data.
The text was updated successfully, but these errors were encountered: