Fix failed resources in client for production builds
Closed this issue · 3 comments
HarikalarKutusu commented
The gltf files (chess pieces) and font fail to load initially and give console errors.
HarikalarKutusu commented
Fixed gltf issue, caused by mistyping as "gtlf" extension in App.tsx.
Commit: f6a3b78
HarikalarKutusu commented
Roboto font load fail was caused by text in 3D environment which was unrelated to @fontsource. As I have privacy measures for connecting Google sources, it was failing. Now everything is served by the website.
In addition, I could clean some related stuff in: db9d9be
HarikalarKutusu commented
Updated the client test server. Closing...