Can't set template image url

https://lw3-teams-logos.s3.us-east-2.amazonaws.com/thirdweb-team-logo https://avatars.githubusercontent.com/u/79496167?s=200&v=4 https://branditechture.agency/brand-logos/wp-content/uploads/wpdm-cache/Thirdweb-900x0.png If the preview works, i get the invalid image url. If the preview doesn't work, it passes but the image doesn't show. Probably better to let people to upload the image to railway instead of trying to find somewhere that is hosting the image, works with your image checking code, and won't go down
Solution:
fun hack to get this to work, there's some silly validation on the input field that determines the image to be invalid if it doesn't have a file extension, and plenty of images don't have file extensions, so instead simply append ?.png to the end of the link and it will work!
Jump to solution
4 Replies
Percy
Percy4mo ago
Project ID: N/A
TurboFarmer9000
TurboFarmer90004mo ago
N/A
TurboFarmer9000
TurboFarmer90004mo ago
Railway
Deploy Thirdweb Engine on Railway
The most powerful backend engine for web3 apps.
Solution
Brody
Brody4mo ago
fun hack to get this to work, there's some silly validation on the input field that determines the image to be invalid if it doesn't have a file extension, and plenty of images don't have file extensions, so instead simply append ?.png to the end of the link and it will work!