project_3D_developer_portfolio
project_3D_developer_portfolio copied to clipboard
My screen goes blank
why??
might be you type wrong components or misplace the id
I am getting the same issue and I have the code exactly as shown from the video. Please advise.
Try to check out on the console section through the browser and try to read those errors
same problem with this error in console
try to check on the on dirs as the description in the console
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
all files in public only
I am getting the same problem and not able to resolve it
i am getting this
i am getting this
instead of exporting computers try to export default ComputersCanvas
i am getting this
instead of exporting computers try to export default ComputersCanvas
i am doing that only
export default ComputersCanvas;
see my github where i implement this there is no problem.
i'm in the same situation
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.
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.