-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Auto Load Images is no longer working #763
Comments
@graywolf336 I deployed it right before that commit, so the setting wasn't there. I blew that app away and did it again to get the latest commit. I set it to true and no change, still does not auto-load. |
That's as far as I can help, I haven't used it before with Heroku...sorry |
@dbussert alright when you say auto loading isn't working. Is it showing something like this? Also is this only happening on uploads or link previews or both? |
more info, I took an older version of Rocket.Chat and upgraded it to latest and embeds work fine. But deleting it and cloning off master embeds do not work. I'll try cloning off some different commits and see if I can find more info. |
@geekgonecrazy I'm specifically testing auto-loading images, but its both off pasted urls and uploads |
@dbussert ok. Does it show the click to load image? If so does clicking it load? We need to make sure its getting that far. |
@geekgonecrazy neither of those, no action when pasting in a link |
Ok so this has something to do with the metadata collection step happening server side. I'll try a heroku deploy and see what I come up with. If you want a bit more rapid troubleshooting. Please feel free to join https://demo.rocket.chat and hit up the #general or #support channels. |
@dbussert just an update. I am able to reproduce this. Working on trying to fix it now. |
FYI using https://hub.docker.com/_/rocket.chat/ images loading work fines, using latest code (cloned from git) version with https://hub.docker.com/r/danieldent/meteor/ images loading does not work (even with self-signed certificat option). So is not specific to heroku |
If it can help
So it's seems to be new configuration (see #225) |
Flood! After testing issue is part of server not client. Be removing following line
EDIT issue could only appears when starting with empty mongo db, in fact
RocketChat.settings.add 'API_Embed', true, { type: 'boolean', group: 'API', public: true }
Thus we got the following error If you restart server bug disappear but I think it should be fix. |
This issue probably was resolved by PR #849, if not, please reopen. |
Unfortunately I can't get the inline image preview. We did empty the database. Is there any way to enable this again. restarting the server didn't work. |
Did a 1-click deploy on Heroku for someone else, and the site is running fine, except no images are autoloading. My user's
Auto Load Images
setting is default to true. I went to an older version of Rocket.Chat on a VM I have an auto-loads work fine, so this leads me to believe this feature broken at some point recentyl.The text was updated successfully, but these errors were encountered: