-
Notifications
You must be signed in to change notification settings - Fork 963
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
Failed to serve the site - Found path collisions #1935
Comments
Another Windows issue :( I might need to find a way to get a Windows environment considering how many of those we get. |
To develop, I'd probably set up a VirtualBox Windows environment. It's not perfect, but for occasional testing and development it should do the trick and, depending on your setup, you can still edit from your Linux / Mac IDE and only "alt tab" into the VM to run Let me know if I can help. |
It's a bit more complex as I have a M1. I'll figure it out or install it on my desktop. It would be great to have someone writing failing tests though since that's something clearly failing for Windows here. |
Want to help if possibleNot sure if I can help there but would be happy to try. However, I'm not really sure how to get started. Things I think I understandI'm going to list the things that I think I understand and think are relevant. And maybe someone can point me in the right direction.
Things that I'm wondering aboutI might need more info than what is listed here but this is what I think I need to know to be able to try
|
Thanks for the help! I've set up some Windows dev machine (well just missing Sass to work but eh) so I'll have a look as well.
|
Thanks will give it a go (I'll still try to make the tests OS independent if possible). Thanks for letting me know it's not required. |
I just realized that the test are also run on windows so making it platform independent would actually make it confusing that it's a windows only problem. |
I just checked, and this is also working once you pull the fix in #1941 |
Yep, tested as well and it works. I'll publish 0.16.1 soon then to address that. |
Thanks for your help but time has not permitted me to get this done. I've realized that it will be a while before I would have been able to get to it. Hopefully I'll be able to contribute in the future. I will save these instructions for future reference. |
Bug Report
Environment
Zola version: 0.16
Expected Behavior
Running
zola serve
should serve the site.Current Behavior
When running
zola serve
with the latest 0.16 I get insteadRunning with 0.14 I get instead
Step to reproduce
zola serve
The text was updated successfully, but these errors were encountered: