-
Notifications
You must be signed in to change notification settings - Fork 183
Is this plugin still maintained? #352
Comments
The empty text is fixed in the alpha version mentioned here: https://github.com/strapi/gatsby-source-strapi/issues/321 However, that comes with its own problems regarding image extraction. I do have the same concerns with the plugin being maintained though. |
it would be good to know what the plans are. right now i have to leave either gatsby or strapi, neither would be nice |
I too had a similar concern but was able to get it working perfectly by:
That said, I love the open source community and am grateful for these contributions that make it possible to do our work. I would like to see a release bump asap so that users don't have to go hunting for the hot fix. Cheers. |
I know these hacky workarounds - but i pay a lots of money for gatsby cloud and my strapi infrastructure - also i would like to scale up with strapi licenses. Gatsby and Strapi are advertising each other and they alsoadvertise each other as "gold/premium sponsor" - also this is an official strapi plugin and strapi v4 is nearly one year out there now as stable. really frustrating. |
Hey all, we have shared this issue with the team to try and get an answer, once we have something we will share it. |
Hey @derrickmehaffy , do we have any updates on this one? We are currently stuck in a middle of a project due to the fact that the richText is null in preview mode. |
@MotaZor94 if you only need content and no api logic, try the free tier from contentful, works like a charm. |
I'm happy to see more people are on the bandwagon. Really hoping we can create some momentum for the team to do a new development cycle on this. In the mean while, the 2.1.0 alpha fixed the rich content but broke image relations. I fixed it at #348, I've been running this commit for a while now in production and it get's the source plugin back into the modern world! For those who do not want to use anything but the official releases. Turn off cloud builds, it will do a full data source every time, including working rich content. All you need is lots of patience 💤 |
@t-kietzmann , I'll probably stick with Strapi. I have this love and hate relationship with it. |
Small update, we are still discussing in the team at the moment. I don't have anything to share for now but the convo has been raised and some solutions are being discussed. |
Hi @derrickmehaffy, any updates regarding the rich content issue? |
@derrickmehaffy, any updates? |
Apologies everyone I was out on vacation for 2 weeks. I've added this to my to do to check in with our product engineering teams to confirm. Unofficially I believe our intention is to transfer this repo to a different maintainer as it's unlikely that we will continue to maintain it ourselves. Again treat this as unofficial until I confirmed it, ideally we want to reach out to the Gatsby team to see if they are willing to take up maintainership of it themselves but in lieu of that we would be willing to transfer it over to someone else. Currently our team lacks the capacity to effectively maintain this ourselves and it also goes against our agnostic approach to front-end frameworks. Our end goal would be to create a generic JavaScript SDK that would work on any front end not just something like Gatsby. It puts us in a precarious position to maintain something that only affects a single front end framework and goes against our agnostic nature. Again please allow me to confirm what the team as the above is just my personal opinion not the opinion or position of Strapi itself. |
Also if anyone hears reading this and is willing to take up ownership please do feel free to reach out to me. We would certainly much rather transfer this repo to a community member that we know and trust. |
I confirm what @derrickmehaffy previously shared with you, we can't maintain this integration ourselves anymore; we lack the bandwidth and internal resources, and it hasn't been identified as a priority. We are looking for new maintainers, and we would like to start the discussion with the Community Organization to see if it's something they could help us with 😊 Note: you can consider my message as a final decision on our end |
@Aurelsicoko Hey! I started the Gatsby User Collective for cases just like this. @laurenskling has offed to help maintain the plugin if we can bring it into the Gatsby UC. I'd love to make it possible for the community to continue maintaining this plugin into the future, If you're interested in moving forward, please open an issue. |
This is absolutely awesome to hear! Tomorrow morning I'll get the issue created and start preparing to see if we can transfer the repo and npm package if it's approved. @laurenskling is a very familiar face to us and has been around the Strapi community for a long time, I would love to see him as a maintainer! |
Thanks for the trust @derrickmehaffy <3 |
@derrickmehaffy - Awesome to hear! First steps are listed below. The repo transfer also requires the person doing the transfer be added to the GUC organization. I'll get that setup for you and @Aurelsicoko. This will allow y'all to contribute in the future as well should you ever want to do so.
|
Of course, this is exactly the same reason we help fund/found the Strapi community org as well. It's easier when you have quite a few people willing to help step in and assist. Certainly I think even some devs from the Strapi team would be willing to put in some PRs in the future as well. We just couldn't plan anything in the short term as other higher priority stuff has come up that needs our focus and we didn't want people to have to wait on us to move in the project. |
I'll double check with the team but I see zero problems with us transferring to the Gatsby UC, I just want to dot all the Is and cross all the Ts :) |
Sounds good thank you. I'll probably wait til next week just in case anyone in our team has a protest but I highly doubt that will be an issue. I may need to have you add a different person instead of @Aurelsicoko and instead make that @alexandrebodin as he is our CTO and main admin on GitHub who will likely assist me in the transfer (he is also our main admin on NPM too). |
done. P.S. my philosophy is that you all have whatever access you want. I don't normally remove your NPM access and I'm happy to add whatever teammebers to the GUC team as maintainers so y'all can work on the plugin if needed. |
Awesome to hear, thanks again and I'm very happy to see this going into a well known community focus organization. |
Will this plugin be updated for version gatsby v5? Or what's the alternatives? |
@romanslonov Im using it with Gatsby v5 and so far it's working. |
@jonadeline Interesting. How did you solve this issue?
|
@romanslonov I force the resolution using |
I've created the issue here: gatsby-uc/plugins#330 and will start working on our tasks to get things moved over! |
Thanks @derrickmehaffy , i will try to find the time asap to work on this :) Thanks again for the trust in me and hope we can work together on the plugin in the future :) |
Thanks for your interest in this project. This plugin has moved into the Gatsby User Collective and this repo will be archived. Please open an issue in that repository, submit a PR if you'd like to implement fixes or features, or join us on Discord if you have questions! |
Till now it's not possible with the official package release to use Gatsby (using it on Gatsby Cloud) with Strapi in production, cause build fails at least with empty RichText fields.
Are there any plans to fix those issues in the near future?
The text was updated successfully, but these errors were encountered: