-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 21.04 -> 21.08 : InvalidArgumentException View [auth.forms.login.standard] not found. (View: /var/www/BookStack/resources/views/auth/login.blade.php) #2909
Comments
Hi @siSSSou, This could occur if:
|
Hi ! Your instance files do not align with the actual release files (Run git status to check for potential changes) :
The error does not go away after
|
@siSSSou Could remain cached due to permissions. You could try deleting any files with a |
@ssddanbrown : deleted all php files in storage/framework/views : no change. |
@siSSSou Very odd, I really don't know where that view reference in your originally posted error is coming from then. Does the error page/log provide any more context about exactly where the error is arising from? |
I think i´ve got an similar issue: After updating from 21.04.06 to 21.08 occurs an error after login that an unknown error occurred. I could not update via git so I copied the new files in the BookStackApp directory. After changing APP_DEBUG=true in .env file: View log
|
@T1ct4c That error seems to state you're missing one of the new tables. You either havn't copied in the latest files in the |
Thank you @ssddanbrown, it was the missing migration command. |
Since there's been no follow-up I'm going to close this. If the issue remains and is something you still require to be fixed please open a new issue, referencing this one. |
Describe the bug
After update from v21.04 to v21.08, I am unable to log in :
I'm the only user on my instance.
I followed the update documentation (https://www.bookstackapp.com/docs/admin/updates/).
Expected behavior
After clearing cache, I expected to be able to log in
Your Configuration (please complete the following information):
Environment information
The text was updated successfully, but these errors were encountered: