nuxtent-module
nuxtent-module copied to clipboard
content endpoint renders content-endpoints incorrectly
This occurs on windows. Querying content-api reveals an endpoint of the form '\endpoint'. Trying to access this endpoint results in a 404. I cannot reproduce this error on my linux machine, only on my windows machine.
Could you try this with the development branch?
Just spent hours trying to understand why multiple content-types didnt work for me. I use Windows 10 on my desktop. Found this post now and installed the project on my Linux laptop, instantly worked.
I believe it's because paths are not handled in a cross-platform manner. Either way, I switched to docker-compose for development to get around this issue.