Kaveinator / Portfolio

Front-end and back-end source code for my portfolio website!
https://kavemans.dev
2 stars 0 forks source link

WebServer does not build Uncached Models #5

Closed Kaveinator closed 4 months ago

Kaveinator commented 4 months ago

When starting server in Production mode, the WebServer plugin serves the public template without processing it through Models/Templates first. As a workaround, you could set a prod server to development mode, load all urls, then switch to production mode. But a fix shouldn't be hard to do

Also, Development mode seems like it inherited the previous production mode behavior, all successful resource requests that have been more than once are returning 200 (OK, from cache) when 201 (OK created, as in rebuilt) was expected