Closed githubbbie closed 1 month ago
Hey @githubbbie, thank you for reporting this issue!
I was able to reproduce the problem and fix it in the new 2.0.3 version of the package.
If you run your setup with docker compose up --build
it should rebuild the setup with the correct version and work as expected.
AWESOME!
I got it working with: docker-compose build --no-cache && docker-compose up
FIXED!
Getting the same error on two different docker setups trying to use your admin plugin.
Attaching package-lock.json and package.json. package.json package-lock.json
Also here is a test setup:
Dockerfile.txt docker-compose.yml.txt
Save to disk:
To run and see the error:
See the error?
If you want to diagnore more or copy logs out, you may into /hexo/public after you are inside the container:
Would like to build on top of our code, but first need to get it running :) and check it out. THANKS