You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open one of the above plunks (preferably the first one)
When the preview is loaded, wait for about a minute.
Click on one of the items within the app, e.g: Lufthansa EUR >
The app tries to show some more content but fails to do so.
Check the network tab in the dev tools
Result
Error: resource demo/view/Detail.view.xml could not be loaded from ./view/Detail.view.xml. Check for 'file not found' or parse errors.
The fetch fails with 500 even though the file exists in the project folder and doesn't contain any invalid syntax that could result in parse errors.
Workarounds
Interact with the app as soon as possible. In the above case, reload the plunk and click on the Lufthansa item immediately. The app successfully retrieves the requested view and displays it on the right side.
Use one of the links (same plunk, different links).
I often observe single page applications failing to fetch resources on-demand after some inactivity.
URL
Steps to reproduce the problem
Lufthansa EUR >
The app tries to show some more content but fails to do so.
Result
The fetch fails with 500 even though the file exists in the project folder and doesn't contain any invalid syntax that could result in parse errors.
Workarounds
No matter how long you wait, files can be retrieved anytime.