nuxtent-module icon indicating copy to clipboard operation
nuxtent-module copied to clipboard

content endpoint renders content-endpoints incorrectly

Open Towerism opened this issue 7 years ago • 3 comments

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.

This question is available on Nuxt.js community (#c112)

Towerism avatar Feb 20 '18 06:02 Towerism

Could you try this with the development branch?

cesasol avatar Jul 05 '18 21:07 cesasol

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.

sebstr1 avatar Aug 29 '18 08:08 sebstr1

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.

Towerism avatar Aug 29 '18 20:08 Towerism