HarikalarKutusu/3d-voice-chess

Fix failed resources in client for production builds

Closed this issue · 3 comments

The gltf files (chess pieces) and font fail to load initially and give console errors.

Fixed gltf issue, caused by mistyping as "gtlf" extension in App.tsx.

Commit: f6a3b78

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

Updated the client test server. Closing...