-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Unable to Build Playwright Image from Fresh Clone of Repo #1438
Unanswered
MichaelrMentele
asked this question in
Questions
-
First Check
- I added a very descriptive title here.
- I used the GitHub search to find a similar question and didn't find it.
- I searched in the documentation/README.
- I already searched in Google "How to do X" and didn't find any information.
- I already read and followed all the tutorial in the docs/README and didn't find an answer.
Commit to Help
- I commit to help with one of those options 👆
Example Code
Fresh clone of template..?
Description
From a fresh clone after manually updating the env variables, I am unable to run the docker compose watch
command -- it fails to build the playwright image.
Two notes:
- the Dockerfile.playwright fails to build and gets error
Failed to fetch http://deb.debian.org/debian/pool/main/f/fonts-ipafont/fonts-ipafont-gothic_00303-23_all.deb Hash Sum mismatch
- when running
docker --debug compose watch
I see this warningUndefinedVar: Usage of undefined variable '$VITE_API_URL' (line 13)
it seems the variable is undefinedbut when I check the .env file it is set to
localhost`
Operating System
macOS
Operating System Details
Sequoia 15.2
Apple M2
Python Version
Python 3.10.14
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
I haven't tried to clear the cache yet, can also try on Ubuntu, I feel like Mac has lot's of random package failures with the new silicon still.
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
Have you tried it?
I just recently cloned the repo and everything is running without problems (ubuntu)
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment