-
Notifications
You must be signed in to change notification settings - Fork 22
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
Could not find a blog URL #10
Comments
I have the same problem using this configuration: {
"owners": ["https://mag.solid.community/profile/card#me"],
"title": "Mathias Kahl's Blog",
"tagline": "About software development",
"picture": "img/logo.svg",
"fadeText": true,
"showSources": true,
"cacheUnit": "days",
"defaultPath": "posts",
"postsURL": "https://mag.solid.community/public/blog/posts/"
} There are no error messages in the web console, though it dumps this XMLHTTPRequest object that shows that it uses |
I'm getting this error as well. I went into my public folder and posts folder and manually made a source file, copying a friend's initial blog post. I think this error is just from there being no posts in the posts folder yet. Also my buddy points to me that this project has been forked: So that one is more recent. |
Also see this post: https://thewebalyst.solid.community/plume/ Good luck and let me know how you get on. |
I installed Plume in a public directory on my Solid server, created a public directory for the blog posts and moved the config-example.json to config.json and referred to the right owner and posts URL. But when I open Plume, I get the following error:
When I click on "Yes, I use WebID", I get the error message "Authentication failed". In Solid server's logs, I can't find any error. What could cause this?
The text was updated successfully, but these errors were encountered: