Skip to main content

Troubleshooting Guide: Resolving Progreda Screen Loading Issues

Progreda Troubleshooting Guide: Quick solutions for resolving screen loading issues efficiently.

Updated over 3 months ago

This guide provides troubleshooting steps for resolving loading issues within your application, specifically focusing on scenarios where the loading process may be interrupted or the visual spinner fails to display correctly. Additionally, it includes solutions for resolving conflicts that may arise due to custom CSS or JavaScript, ensuring a smooth and optimized user experience.

Q1: Why does the loader keep spinning without any progress?

A: If the loader spins indefinitely and no content loads, this typically indicates an issue that prevents the app from loading properly. This could happen due to network issues, server delays, or other factors. To resolve this, try the following:

1. Look for an option or prompt that says "Click Here to Refresh."

2. Click this button to refresh the page and clear the browser cache automatically, which can help resolve loading issues.

3. If the button is not available, proceed with manually refreshing the page.

Q2: What should I do if my custom CSS or JavaScript is interfering with the loading spinner?

A: Custom styles (CSS) or scripts (JS) may sometimes conflict with the loader functionality, causing the spinner to display incorrectly or not appear at all. Here's how to address this:

  1. Review your custom CSS and JS to ensure there are no conflicts with the loader’s visual elements or event handlers.

  2. Ensure that any custom styles do not override the loader’s default classes.

  3. Test and debug your custom CSS and JS to ensure compatibility with the design.

How to Use:

  • Use your browser's "Inspect" feature to check if custom styles or scripts are affecting the loader. This can help you pinpoint and adjust conflicting code.

Q3: How can I manually clear site data if the refresh button isn't working?

A: If the automatic refresh button doesn't resolve the issue, you may need to manually clear your browser’s site data and cookies. Follow these steps:

1. Open the browser's "Inspect" pane (right-click on the page and select "Inspect").

2. Go to the "Application" tab (if it’s hidden, click the "more" icon to find it).

3. Click on "Storage" and select "Clear Site Data."

4. Navigate to the lock icon next to the page URL, click it, and choose "Cookies."

5. Remove the site's cookies from the list.

6. Refresh the page manually by pressing "Ctrl + F5" (Windows) or "Cmd + R" (Mac).

How to Use:

  • Clearing site data and cookies removes any stored information that may be interfering with the page load, improving the overall experience.

Q4: How do I know if the app is in the "Initializing" state or if it's fetching fresh data?

A: The loader will spin differently depending on what action is taking place:

  • Initializing: When the app is launching or a new page is loading, the loader spins to indicate that the app is preparing for use.

  • Fetching Fresh Data: After the app is initialized, if data is being updated, the loader will spin again to show that fresh information is being retrieved.

How to Use:

  • Wait for the loader to stop spinning to confirm that the page has finished loading or that the data has been fully updated.

Q5: What steps should I take if I continue to experience loading issues despite troubleshooting?

A: If you've followed all the steps above and the loading issue persists, consider the following:

  1. Check your internet connection and ensure there are no disruptions.

  2. Verify if there are any server-side issues by contacting support.

  3. If the issue persists with custom code, consider reverting any recent CSS or JS changes to see if that resolves the issue.

How to Use:

  • Contact your support team with detailed information on the error you're encountering. Be sure to mention the steps you've taken to troubleshoot so they can assist you more efficiently.

Q6: What should I do if I can't log in after entering the code and the page doesn't redirect?

A: If you're stuck on the page after entering the code and it doesn't redirect to the account, it's likely due to cookie settings in your browser. Here’s how to fix it:

  1. Open your browser (Google Chrome).

  2. Look for the small paint icon with a red cross in the top-right corner of your screen.

  3. This icon indicates that cookies are blocked for the current site.

  1. Click on the icon and switch to "Always allow" for the site to set cookies.

  2. Afterward, click "Done."

  1. Refresh the page, and you should now be able to log in.

How to Use:

  • Ensuring cookies are allowed for the site will allow the login process to proceed smoothly. After adjusting the settings, refresh the page, and you should be able to access your account.

Did this answer your question?