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
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
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).
Interesting. Sounds like the preview assets might be dropping from the cache too quickly. Can you confirm that the issue is not reproduced on https://run.plnkr.co/plunks/F3t6gI8TPUZwCOnA/?
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.
The text was updated successfully, but these errors were encountered: