Why do some pages show “Loading Guide” while others work?

0
2
Asked By MellowCedar42 On

I'm new to GitHub and building a conference landing page. The speakers and venue pages load normally, but navigating to the home, schedule, or search pages only displays a "Loading Guide" message. I'm not sure whether the issue is caused by missing files, incorrect paths, or a routing problem. What should I check to find the broken references?

1 Answer

Answered By QuartzPenguin7 On

Check the browser’s developer-console output first. The application appears to request files that aren’t present in the data folder, so those requests fail and the page remains stuck on “Loading Guide.” Compare every requested filename and path in the console with the files actually committed to the project, paying close attention to capitalization and extensions.

MellowCedar42 -

That was my first suspicion too, but I’m having trouble finding where the missing files are referenced. Is there a quick way to track them down?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.