Greetings! I wish to develop with squidex locally. So I started to download repo source code, then set up MongoDB connections. Last steps - to launch front-end, and backend from this docs. Everything fine, the migrations on DB server, frontend build successful, backend got no errors, but I have infinite loading screen on localhost:5000
I think you are running squidex in production mode, ensure that ASPNETCORE_ENVIRONMENT is set to Development.
Nope, checked and It’s Development. I got these errors on the console.
Perhaps you have to install the dev certificate. localhost:3000 is the dev server and Squidex also make a request to it and would throw a 500, if it fails.
Your right, the problem was with certificates
1 Like