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
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
When working on a private repo, new image uploads don't show the thumbnail until you reload the page, leading the user sometimes to think the upload failed because they see a broken thumbnail icon. Apparently the src url of new images don't have the token query parameter that is applied when the page loads, a page reload makes the thumbnail appear as expected.
- If the current behavior is a bug, please provide the steps to reproduce.
Open media library
Upload new image
Wait for image to be uploaded so that its item shows before the others
- What is the expected behavior?
I'd expect the thumbnail to be visible immediately after upload is finished.
- Please mention your CMS, node.js, and operating system version.
Netlify CMS 1.0.3, also tried with latest master running on Node 8.9.3 (lts/carbon).
- Please link or paste your config.yml below if applicable.
I guess we could still construct the URL, then add the token as a query parameter if it's a private repo. That's not necessarily the most maintainable way, though, vs fetching the URL from GitHub or pulling the media through the API.
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
When working on a private repo, new image uploads don't show the thumbnail until you reload the page, leading the user sometimes to think the upload failed because they see a broken thumbnail icon. Apparently the src url of new images don't have the
token
query parameter that is applied when the page loads, a page reload makes the thumbnail appear as expected.- If the current behavior is a bug, please provide the steps to reproduce.
- What is the expected behavior?
I'd expect the thumbnail to be visible immediately after upload is finished.
- Please mention your CMS, node.js, and operating system version.
Netlify CMS 1.0.3, also tried with latest master running on Node 8.9.3 (lts/carbon).
- Please link or paste your
config.yml
below if applicable.The text was updated successfully, but these errors were encountered: