Skip to content
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

Plan manager does not load on the first time #145

Open
blcham opened this issue Feb 8, 2023 · 1 comment
Open

Plan manager does not load on the first time #145

blcham opened this issue Feb 8, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@blcham
Copy link
Contributor

blcham commented Feb 8, 2023

When I enter page of plan-manager it acts like it is loading the page, but this never finishes. This is how it looks:
Image

In development console I get following error.

nonIterableSpread.js:2 Uncaught (in promise) TypeError: Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
    at nonIterableSpread.js:2:9
    at a (toConsumableArray.js:6:95)
    at PlanManager.tsx:64:26
    at d (regeneratorRuntime.js:44:17)
    at Generator.<anonymous> (regeneratorRuntime.js:125:22)
    at Generator.next (regeneratorRuntime.js:69:21)
    at r (asyncToGenerator.js:3:20)
    at u (asyncToGenerator.js:22:9)

Plan loads correctly if I refresh the page by F5.

@blcham blcham added the bug Something isn't working label Feb 8, 2023
@blcham blcham transferred this issue from kbss-cvut/react-maintenance-planner Feb 8, 2023
@blcham
Copy link
Contributor Author

blcham commented Feb 8, 2023

This can be simulated very easly:

  1. open annonymous window and enter https://kbss.felk.cvut.cz/csat/plan-manager/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants