-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[docs] Sign-in side template image not loading (503 error) #42649
Comments
https://source.unsplash.com/random?wallpapers I imagine it's a transient error and will come back... |
Hey @onlinejudge95 nice catch! As @mbrookes said, it seems to be an issue with the Unsplash URL, and hopefully, it'll come back. Fortunately, this has been fixed on the revamped templates—however, it's only available on the |
@zanivan I did raise the same to the Unsplash team, let's see if they revert, nevertheless |
I would honestly avoid this. If we do this, we will have to update the styled() calls to match the syntax for v5 (I mean the one compatible with ^5.0.0). I honestly do not think it's worth it. |
@mbrookes Unsplash team replied that they are not going to fix this API( @mnajdova then I would suggest any one of these
API links |
@zanivan it makes sense to do this |
Would a static image work instead? I wonder if it's worth using an API just to randomize the wallpaper in the template. Maybe a local static image would be more future-proof, in my opinion. |
It is better to use a local image. I tried updating the doc with the new API but the Unsplash team has made this an authenticated route now, I don't see the point of integrating an authenticated API just for a template in the demo site. |
Related page
https://mui.com/material-ui/getting-started/templates/sign-in-side/
Kind of issue
Broken demo
Issue description
When I open the live demo for the Sign-in side template I don't see the background image loading up.
On checking the network tab, there is a
503
error with the wallpaper service.Context
No response
Search keywords: template
The text was updated successfully, but these errors were encountered: