@maciejso Anyone with a solution to this?! Wth!?
667
Posts
-
Is Nodebb supporting Atlas Mongodb clusters? -
NodeBB (Node.js) Workflowshttps://blog.june07.com/socket-watcher/
I recently wrote a blog post which goes hand in hand with developing NodeBB plugins as of late
In the post, I talk about my workflow and wonder what other workflows people are using for there NodeBB development. NodeBB definitely presented it's own challenges, different from other Node.js projects I've worked on.
Would to hear about what others are doing.
-
Cloud Storage plugin@satishbh Also to add more context to this for others who come across it (using the older version):
https://github.com/june07/nodebb-plugin-cloudstorage/issues/2#issuecomment-526089881
The root cause of the error was having an S3 bucket that wasn't public. The plugin then handled the thrown error by the S3 API incorrectly, which was fixed in:
I found the reason that my bucket wasn't public.
-
Cloud Storage plugin@julian Thanks for the positive words. I'm glad it has been useful.
-
Cloud Storage plugin@satishbh Fix pushed.
NPM - 1.0.15 • Public • Published 6 minutes ago
-
Cloud Storage plugin@satishbh Yes it does.
-
Nodebb image uploader code? -
Cloud Storage plugin@FreeWorLD Sure. Email me and let me know more about your requirements. Including what site do you plan to use the plugin for, typical traffic, etc.
-
Cloud Storage pluginhttps://www.npmjs.com/package/nodebb-plugin-cloudstorage
Added support for AWS S3 and CloudFront for those others who use Amazon for image serving.
Without the CloudFront Domain Name, images will be served directly from S3, otherwise your CloudFront domain will be used. All the particulars must be setup via the AWS console. If anyone is interested I can write a short howto on getting it done. Otherwise setup for AWS S3 support should be pretty straight forward.
Thus far we have support for Cloudinary, ImageKit, and AWS S3.
-
Error message not rendering with filter:uploadImage hook. Instead getting: "ERROR Something went wrong while parsing server response"Wow! So turns out it was a silly error on my part. I had tried the Error object previously, but it was while looking at a different part of the code... I was actually looking/changing the 'imagekit' case in the code and being stumped as to why I was still seeing the behavior as I explained. Anyhow, it is working as it should when passing in an Error object. Thanks for the extra insight!
-
Error message not rendering with filter:uploadImage hook. Instead getting: "ERROR Something went wrong while parsing server response"Tried tracking this down but I think it may be quicker to ask for some assistance on this one...
This is the error I get, however I'm passing the string
however as you can see from the next screenshot, I'm the error string "disabled account" is being passed to the callback...
I can't really find documentation on exactly what is expected from the callback function and trying to debug it hasn't been very helpful either. Hopefully someone can shed some light...
The goal is to have a customized error message returned to the user, instead of "Something went wrong while parsing...". It would be much more helpful to let the user know that the Cloudinary (in this instance) account was a disabled account.
-
A relative new user to NodeBB and just finished a working version of a lightgallery plugin.No. It is a dependency and will be installed automatically by nodebb-plugin-cloudstorage.
-
Set usergroup via PayPal IPNHit me up if you are still looking for this.
-
Plugin to mask email addressCurious, did you find a solution for this?
-
Imageshack Upload Plugin@crazycells said in Imageshack Upload Plugin:
ImageShack - API
Are you still interested in a plugin for Imageshack? I just wrote a cloud storage plugin
https://www.npmjs.com/package/nodebb-plugin-cloudstorageand could either add support for Imageshack to that or develop an independent plugin. Shoot me a PM/email if you're still interested. Thanks.
-
A relative new user to NodeBB and just finished a working version of a lightgallery plugin.And since I don't want to spam the forum and I have no idea if there's a more appropriate place to announce these things... finished my second NodeBB plugin (nodebb-plugin-cloudstorage) today, well at least a mvp. Works with Cloudinary and ImageKit. Again, would love all feedback. Thanks.
https://www.npmjs.com/package/nodebb-plugin-cloudstorage
I'll put up a gif in the readme shortly.
-
Queued posts record for new users...I just spent some time figuring out IF I had written a post earlier today or not... as I was unable to find any record of a post anywhere under my profile. However as I just posted a second time I saw the same "being queued..." message and so I'm pretty certain now that I did in fact post earlier today.
However it would be nice to have some sort of user record (email sent, notification in your profile somewhere) when posts are awaiting approval. This is probably only applicable to new users, but still it would be nice.
Thoughts...
-
Image lightbox?https://github.com/june07/nodebb-plugin-lightgallery
https://www.npmjs.com/package/nodebb-plugin-lightgalleryAlso available in the NodeBB plugin menu under find.
-
A relative new user to NodeBB and just finished a working version of a lightgallery plugin.I was surprised that the gallery plugins seemed to be lacking... or maybe I'm missing something?!
Anyway I'd love to get feedback about nodebb-plugin-lightgallery.
https://www.npmjs.com/package/nodebb-plugin-lightgalleryThanks.