0

I am creating react js and laravel project and I display 3D model from database.

    <model-viewer bounds="tight" src={`http://localhost:8000/${item.pimage}`} 
ar ar-modes="webxr scene-viewer quick-look" 
camera-controls environment-image="neutral"
 poster="poster.webp" shadow-intensity="1" 
camera-orbit="-7.313deg 27.56deg auto" width="60px" className="model"></model-viewer>

Error: GET http://localhost:3000/uploads/products/1640341595.glb 431 (Request Header Fields Too Large) GET http://localhost:3000/admin/poster.webp 431 (Request Header Fields Too Large)

Ho fix this Request Header Fields Too Large error?

Nirodha Lakmali
  • 105
  • 1
  • 1
  • 10

0 Answers0