I just recently started using Tidewave and I have to say I am really impressed. I have built a couple phoenix apps, but I find that there were a couple things I always had questions on and being able to use tidewave to see it bridge some of those gaps has been incredible.
Yesterday everything was working great, but today when I tried using Tidewave it can no longer see the project files. I thought maybe it could be that the files aren’t mounting in the dev container but they are when I run ls -la in the dev container. I am using Docker, which I wonder if it isn’t mounting right, but I can’t figure it out.
If I am using docker and tidewave, do I need to set a custom url for the editor integration? I originally just setup VScode as the editor and it worked just fine, but now it can not see any of the files to edit. If I press test it says Path does not exist the path \\project_name\README.MD does not exist on this computer
It looks like tidewave is using windows unc format and not the linux path in the container. I do not know how to fix it.
What do you mean by not seeing files? Do you mean read and edit operations are failing?
We did not change anything around this area in Tidewave. Perhaps restart the machine in case the container itself is misbehaving? Do you have a screenshot of the failing operations with their errors? Which path is it trying to read?
Regarding the editor, indeed you may need a custom handler, as we don’t know the path to files on your machine, only in the container. I will see if there is something else we can do.
I am using my Windows machine that uses WSL and my entire project is ran inside a docker container. Previously, I would run docker desktop, open up vscode and have it reopen inside my dev container.
I have been using Tidewave everyday since your initial post a couple weeks ago and have had no issues at all (it’s mind blowing to me especially because it is my first taste using an agent), but I believe I woke up yesterday to start everything like normal except Tidewave is no longer able to read/write any of my project files, suggesting that my project isn’t mounted in the container.
Between claude, myself, tidewave, and chatgpt I can not for the life of me figure out how to get back the flow I have had the last week or so. I have noticed that the settings have been updating very frequently, but one thing I noted was yesterday morning the editor integration section started assuming I was using windows UNC paths when my files were in linux so as of yesterday morning the vscode integration tries to open my README with opposite formating so I had to use the custom path helper at the bottom. Don’t know if it is related to not being able to see the project files.
My next step is deleting everything from this machine and starting over. I have the project in git, but I’m on hour 9 or 10 trying to get this working again.
That being said, this is hands down the best thing I’ve used in the last 10 years.
I suspect this is an issue with me setting up Docker and my environments, not any changes in Tidewave, by the way.