Hi No. It happens randomly and about 2 times after last edit and both times on my personal phone where I use our released app.
I use my self our app every day and it is really annoying when app says that user is not logged in. I need to relogin and my passphrase is quite complex so I don't remember it. I have got multiple complains about this feature so please help as fast as possible..
Mika
Hi
I have the app on my android test phone and I tried to reproduce the problem but it did not happen. I left the app open and closed screen. Next day I unlocked the phone and app was running as expected. I tried to open next screen and got the "User not logged in". App newer changed to Login screen. I checked backend log and there was "Current user did not login to the application".
I closed the app and and when I started it, it did not start the login screen but opened my main screen and complained that user is not logged in.
Should the app refresh token automatically if it is expired and not force to relogin?
hi alper,
The problem has occured about 5 times and I have not been able to reproduce it but I will set breakpoint there and try if it hits..
No there was no such info at audit logs and not at server log files. I only checked our staging server where we saw this happen on mobile app last night.
I will try to reply the situation and double check logs.
Mika
Hi
Thank you, I found the typo in csproj file.. Mika
Our users complain that somethimes there is a notification that "Current user is not logged in", both mobile and angular pages. I have noticed couple of times when I have opened mobile app, but this happens during normal use.
Mika
Hi
We noticed that our Mobile app changes language to english randomly. We have updated our code with V7.1.0 version. Any adwise how to fix?
Mika
Hi @ismcagdas
Can you tell me where this automatic copying is done, I use windows OS.
This has been working for me, but now after updating, it stopped to work. I suspect that I may have done something wrong during the update if you have not changed anything.
Hi
Angular (single solution) & Core
I have been updating our system to V7.0.0 and got everything to work locally. Then I published project to our staging server at Azure as usual, but Angular part was not working. It actually was the old version of angular project! I was able to tell that serverside was updated.
I noticed that wwwroot/dist is updating, but angular project was previously loaded from wwwroot and not wwwroot/dist. I copied wwwroot/dist to wwwroot and it started to work.
So there has been some changes that I haven't noticed. Can you help me with this?