-
Notifications
You must be signed in to change notification settings - Fork 485
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
Solve Offline Error #1352
Solve Offline Error #1352
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@vats147 is attempting to deploy a commit to the Rowy Team on Vercel. A member of the Team first needs to authorize it. |
@vats147 Were you able to reproduce this bug at all locally, based on the testing I had done when looking into this issue I'm not sure that this change would resolve the error. I currently in production have not been able to use the service at all, any account I try to sign up with is bringing me right to the 'You're Offline' message with the following errors in the console. In my local build of the app I have no issues using the service. I'm curious to see if anyone has been able to locally reproduce the issue I'm seeing in prod to better diagnose what may be the root cause of the bug. |
@dylanrod21 Now the issue has been solve kindly check it |
@vats147 Since I'm unable to reproduce this issue locally I have no good way to test these changes, I only experience this error on the production site. I still don't think this change will resolve the issue I face, the root issue that needs to resolved is the error that sent us into the ErrorFallback. If someone wants to push this change to the main branch I can do some tests in production to see if this has any effect on my end but I'm fairly certain it will not resolve the issue. I'm happy to discuss further if you want, if possibly I am misunderstanding your changes. |
@dylanrod21 Can you share Screenshot where is error occur ? |
@vats147 Here's a video, I'm off to bed now, let me know if this helps. |
hey @vats147 @dylanrod21 |
@hrutik7 No i don't find any lead untill now |
The video clearly shows a problem with the auth/token API, which is causing the issue we're facing. However, it's important to understand that "Failed to fetch" doesn't always mean you're offline; there could be other reasons. To fix this problem, we need to check the logs to get more information. Unfortunately, we can't reproduce the error locally because it's happening on the API side. |
This PR doesn't solve the offline issue. The issue is not on the frontend side. The users affected with the offline screen error are seeing it because the API call to Rowy's server fails with Closing this PR. Thank you everyone. |
Solve #1347
/claim #1347
We are seeing occasional cases where user gets "You're offline" error and after that, they get stuck in that state, even though they are online and have internet connectivity.
So if user come online then i add 5 second timer after that page will automatically reload.