-
Notifications
You must be signed in to change notification settings - Fork 547
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
InvoiceNinja-App shows only grey #169
Comments
Hi, Is the dashboard loading correctly in the web app? |
Ok, thanks! Error logging isn't currently enabled in the mobile app but will be adding the next release in a few days, it should help track down the problem. |
You may want to check if changing the app language to English helps |
Nope, still all grey |
Ok, thanks for trying! If you have error reporting enabled in the .env file we should see it with the next release |
Error reporting is enabled. Can you inform me, when implemented? |
Note: it looks like you have debug mode enabled, if the app is publicly accessible we strongly recommend disabling it as it can leak secure credentials |
Thanks for the hint - disabled it for now. |
@hillelcoren any news? |
Have you had a chance to try with the latest version of the mobile app? |
Installed the latest version available in the Google PlayStore still no changes from image above |
Which version of the Android app are you using? |
v5.0.30 |
I'm not sure, can you check if deleting and then reinstalling the app helps? |
I am also seeing just a grey screen on my iPhone with the latest App from Testflight (v5.0.30). |
Do you have error reporting enabled in the .env file? If you slide from the left do you see the menu drawer? |
No action does change the gray screen, i tried swiping, pinch to zoom and any other common gesture for touch interaction. But the last time the Application was updated i saw the UI, until i changed from my Test Company to my Production Company. After that, the screen was all over gray again. |
Have you tried deleting and then reinstalling the app? |
Now the apps keeps crashing even before I can enter any data into the login formular. (after reinstalling) |
Thanks, I'll check the logs... |
Just reinstalled the App. Still a gray screen after login. |
Does changing APP_DEBUG to false make a difference? After changing the .env file you may need to run php artisan optimize |
Just made an Update to Invoice Ninja Server, but now i am unable to start the server. Getting a lot of "chown ... Operation not permitted" Errors. Definitly not related to this Issue. Shall i create a new Issue for that one? |
Thanks, that would be helpful |
Seems like the crash is caused by android autofill |
Thanks for the info! Are you able to send any error details? |
Not really, just the information that when I disable Roboform (my password manager) in the android autofill settings, i can login, but can only see grey. Sorry! |
Thanks for the info, we're working on a new version of the mobile app with more logging.... |
We've just deployed a new release, it will likely still fail but should log errors (if error reporting is enabled). |
Still the app crashes instantly - see this Video |
Thanks for the video, that's helpful! Can you please try disabling your password manager again. |
I think I may see the problem, it seems likely it's related to this issue: We'll include a suggested fix with the next release. |
Disabled the password manager, the issue still appears: Video |
I think this is a new issue introduced in the last release by changes made to correct error tracking. Thanks for your patience, we'll get there eventually... |
New version is live... |
I'm sorry - but the issue still persists. App's crashing as soon as tapping on any text-entry-box (password manager is still disabled) P.S. merry Christmas 🎄 |
Which version of Android are you using? To you too :) |
I was using Android 9, once I updated to Android 11 I've started seeing the same error. We've deployed a new build (v35) with a fix, you should hopefully be able to login but will most likely still see the grey screen. |
11, RQ1A.201205.008 |
Can enter now, but the following error appears: |
Nice, progress :) Can you check you're using the latest web version, we shared a new release recently. |
Updated to the latest dev-version no change at all. Maybe related to #4558, php artisan migrate changed nothing 🤔 |
Now being able to login - still grey. In storage/app there are no logs, and in storage/logs/laravel.log there are also no errors? Or do I have to enable debug? |
We'll have a new mobile release soon |
I've looked into this further, as mentioned earlier on #169 (comment) I think this is a language problem. I suggest testing with English as the language again, assuming this is the problem we'll include a fix with the next release. |
Can confirm, after changing to English and reinstalling the App everything works fine. |
Great, we'll deploy a new release with a fix |
Yey, you made it! Thanks for the fix! |
After logging in, the app only shows grey
The text was updated successfully, but these errors were encountered: