project_3D_developer_portfolio icon indicating copy to clipboard operation
project_3D_developer_portfolio copied to clipboard

My screen goes blank

Open karangautamin opened this issue 1 year ago • 15 comments

why??

karangautamin avatar Mar 04 '23 13:03 karangautamin

might be you type wrong components or misplace the id

TauqeerHusain avatar Mar 05 '23 08:03 TauqeerHusain

I am getting the same issue and I have the code exactly as shown from the video. Please advise.

DuncanDuMond avatar Mar 09 '23 01:03 DuncanDuMond

Try to check out on the console section through the browser and try to read those errors

danielmarv avatar Mar 10 '23 19:03 danielmarv

image same problem with this error in console

hasan75 avatar Mar 14 '23 08:03 hasan75

try to check on the on dirs as the description in the console

danielmarv avatar Mar 14 '23 11:03 danielmarv

Make sure the 3d files are on the ./public folder, not on the .src/public or any other place, i made the mistake to put those files on the src file and got the same error, but after moving them to the root folder everything was ok

LinskyUE avatar Mar 14 '23 17:03 LinskyUE

all files in public only

TauqeerHusain avatar Mar 14 '23 18:03 TauqeerHusain

I am getting the same problem and not able to resolve it

jainanurag941 avatar Mar 15 '23 12:03 jainanurag941

error i am getting this

jainanurag941 avatar Mar 15 '23 12:03 jainanurag941

error i am getting this

instead of exporting computers try to export default ComputersCanvas

Ajeeth-07 avatar Mar 16 '23 02:03 Ajeeth-07

error i am getting this

instead of exporting computers try to export default ComputersCanvas

i am doing that only export default ComputersCanvas;

jainanurag941 avatar Mar 17 '23 19:03 jainanurag941

see my github where i implement this there is no problem.

TauqeerHusain avatar Mar 20 '23 17:03 TauqeerHusain

i'm in the same situation

SevTekky avatar Mar 31 '23 05:03 SevTekky

I was facing same error but adding the code of Loader.jsx from the original repository fixed the problem for me, I assume you are near the timestamp 54:20 in Adrian's video. I believe it was the normal text inside the Loader.jsx file which was causing the problem, idk why exactly.

gunjan1909 avatar Apr 14 '23 18:04 gunjan1909

Convert the gltf file to glb, there is a few online website that would convert the file for free. After you put the .glb gile in the public folder make sure to change the name you are importing it with and should work. I'm not sure what is exactly causing this error but this is a temporary fix until we are able to find a solution.

Do not close the issue becauae it is still not solved, this is just a work around.

hady-dev avatar May 05 '23 23:05 hady-dev