Skip to content
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

Strapi Loads forever on v1.1.0 #23

Open
mrtrom opened this issue Mar 13, 2024 · 2 comments
Open

Strapi Loads forever on v1.1.0 #23

mrtrom opened this issue Mar 13, 2024 · 2 comments

Comments

@mrtrom
Copy link

mrtrom commented Mar 13, 2024

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:

  • Install version 1.1.0 of strapi-plugin-redis
  • Run yarn develop

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
Copy link

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

@derrickmehaffy
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants