This may have to do with my setup but I have caddy as my reverse proxy and this sits behind it. I was able to create a collection and add items to it from the model library but when I go to open it it says there are no models. I am getting node_module errors in my docker logs:
Error: no such column: size
at e.handleError (/app/node_modules/sql.js/dist/sql-wasm.js:90:192)
at e.tb (/app/node_modules/sql.js/dist/sql-wasm.js:88:454)
at all (/app/server/database.js:368:19)
at get (/app/server/database.js:379:19)
at /app/server/index.js:1458:21
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
at next (/app/node_modules/express/lib/router/route.js:149:13)
at authenticate (/app/server/middleware/auth.js:69:5)
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
at next (/app/node_modules/express/lib/router/route.js:149:13)
I was testing it not behind my proxy and then updated it to be behind it with no difference. I don't think that's the issue but not sure. I couldn't find anything in other issues or in the docs, but I may have missed it. Appreciate any guidance on this.

This may have to do with my setup but I have caddy as my reverse proxy and this sits behind it. I was able to create a collection and add items to it from the model library but when I go to open it it says there are no models. I am getting node_module errors in my docker logs:
Error: no such column: size at e.handleError (/app/node_modules/sql.js/dist/sql-wasm.js:90:192) at e.tb (/app/node_modules/sql.js/dist/sql-wasm.js:88:454) at all (/app/server/database.js:368:19) at get (/app/server/database.js:379:19) at /app/server/index.js:1458:21 at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5) at next (/app/node_modules/express/lib/router/route.js:149:13) at authenticate (/app/server/middleware/auth.js:69:5) at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5) at next (/app/node_modules/express/lib/router/route.js:149:13)I was testing it not behind my proxy and then updated it to be behind it with no difference. I don't think that's the issue but not sure. I couldn't find anything in other issues or in the docs, but I may have missed it. Appreciate any guidance on this.