Gottwik / Enduro

Minimalistic, lean & mean, node.js cms
http://www.endurojs.com/
MIT License
690 stars 121 forks source link

API Routes not working over SSL #261

Closed enrageee closed 6 years ago

enrageee commented 6 years ago

Sorry didn't know where else to ask this, there is no help or support link on the website.

Serving my website content over SSL (valid cert, port 443) - this works fine but whenever I try to visit an API path it either times out or says 'ENOENT' no such file or directory 'mywebsite/_generated/api/v1/test/index.html'

When running in production the /admin path works so why not my API paths ? Any help much appreciated.

enrageee commented 6 years ago

Issue 236 also points this out https://github.com/Gottwik/Enduro/issues/236 using method in that post to resolve. Closing.