strapi-community / strapi-plugin-redis

Plugin used to centralize management of Redis connections in Strapi
MIT License
41 stars 5 forks source link

Strapi Loads forever on v1.1.0 #23

Closed mrtrom closed 1 month ago

mrtrom commented 6 months ago

Description: I am in the process of updating my Strapi dependencies and I got a bit stuck when trying to update this one. When trying to run yarn develop or yarn start (after building) it just gets stuck in Loading Strapi.

Investigating a little I saw that in the latest release the file server/bootstrap.js was moved to server/register.js. Now, if I change this again to be server/bootstrap.js everything works correctly. Wondering if this change was intended or if something is wrong in my setup 🤔

PD: Happy to create a PR with this change!

Steps to reproduce:

Expected behavior: The app loads correctly

Actual behavior: The service gets stuck in Loading Stripe. CleanShot 2024-03-13 at 15 04 08

Environment: Strapi version: 4.20.5 (but it happens on previous versions as well) Node.js version: 20.11.0 Yarn version: 1.22.19

themaxaboy commented 5 months ago

There is a problem with compatibility with strapi-plugin-rest-cache 4.2.8

derrickmehaffy commented 5 months ago

I moved this to register to fix problems with other plugins loaded before mine but indeed the issue is probably in REST cache ATM and a release for that is pending.

derrickmehaffy commented 1 month ago

Closing as I think this is resolved in REST Cache but if not respond back and I can reopen