I am following the steps in this Link to setup my frontend. Docker has pulled all the 3 images plone/frontend plone/backend and nginx. I am able to access the backend at localhost:8080. But after running the docker-compose up -d command, I am unable to access the frontend at localhost:3000. It gives me following error :
Connection refused
We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.
Are you able to make changes in plone classic? Try logging in as admin in classic plone and create a website by going to the advanced section . I guess then the frontend will show up.
Its pretty much because you are running the frontend using the docker-compose command , when you try running the whole frontend using the yarn start you will be directed to https://localhost:3000.Running either way : using docker or yarn start will start up your frontend.
If you want to install plone and try it out , the frontend in the domain localhost:3000 , you try Installing Plone