-
-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled Runtime Error #3
Comments
Welcome @christianlauer! I have never seen this error, could you please link to an example repository and add a step-by-step description explaining how the error can be replicated? |
First, thanks for taking the time to build such an amazing template! I'm new to JAMstack so I might be confused but tried to open http://localhost:3000/ghost for accessing the backend after following your instructions of the README. Installed it and can access it and also deploy it to vercel, but locally after "yarn dev" I tried to open http://localhost:3000/ghost and then the error occurred. Merry Christmas, by the way :) |
Let me clarify that this repo is a front-end replacement for Ghost but not a back-end replacement. The idea is that you run a headless Ghost CMS instance where you create your articles and meta data. You can then use this repo to (statically + incrementally) create the visual views (currently Ghost Casper style) and easily publish your content on a global content delivery network (CDN) such as Vercel or Netlify. This architecture gives you a lot of benefits in terms of speed, customizations, global distribution and analytics. If you do not have a Ghost instance running already, a good starting point is the article entitled Ghost CMS on Hetzner Cloud which I wrote a few months ago. To answer your question: The endpoint |
Sorry for the misunderstanding on my behalf here - I actually went to your gatsby version for the setup and it works fine. Cheers! |
For someone with good React knowledge, this should be doable within 2 - 3 weeks. There are some subtleties in the theme, such as the gallery views (sorted by hidden tags?) and the slide show with next, previous, magnify, full screen etc. that may take some time to fully replicate. |
@all-contributors please add @christianlauer for bug reports |
I've put up a pull request to add @christianlauer! 🎉 |
This happens when you try to open the admin backend:
Unhandled Runtime Error
Error: Failed to load static props
../../../../next-server/lib/router/router.ts (341:12) @ eval
339 | throw new Error(SSG_DATA_NOT_FOUND_ERROR)
340 | }
The text was updated successfully, but these errors were encountered: