-
Notifications
You must be signed in to change notification settings - Fork 67
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
Coffee not brewing ☕️ #53
Comments
Nice, do you run Coffee docker from same folder as your FE code?
In this command |
Scratch that, something else is an issue. What is filename of file you edit and OS you are using? |
Yes, same directory. I'm on MacOS Monterey, M1 Chip. Filename is |
Have same issue on windows - it doesn't recognize the coffee component. on windows(inside the app dir): @petersolimine great thanks for opensourcing!! |
Same issue here on Windows. The coffee component isn't recognized despite running docker in the same directory. |
ssue could be related to permissions or the location of the Compose binary.Here are a few steps you can take to troubleshoot this issue:
|
I am having the same issue using Windows. I have run into similar issues before with file watching inside a container and it seems that that is a known issue. See https://stackoverflow.com/a/70686685 I tried using I tried using the When I run |
First of all—very cool project!
I am trying to set it up and run it within a nextjs app.
I ran my nextjs app, then opened a new terminal, cd into the nextjs directory, and ran the docker container with my OpenAI API key.
However, when I add a component and save my file, nothing changes. There appear to be no changes in my output, either.
I followed the instructions exactly — what might be the cause?
The text was updated successfully, but these errors were encountered: