Skip to content
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

404s when I try to post #130

Open
reidjs opened this issue Jul 30, 2020 · 0 comments
Open

404s when I try to post #130

reidjs opened this issue Jul 30, 2020 · 0 comments

Comments

@reidjs
Copy link

reidjs commented Jul 30, 2020

Hello, I love the idea of quill and have it working 90% of the way.

I cloned this repo and I'm serving public/ successfully. I have a quill mysql database set up and it seems to authenticate successfully because I can see the users table being populated.

Really the only difference is I added the authentication links and <link rel="micropub" href="https://mysite.com/micropub"> to my site's header (layout.php). My hunch is the micropub route is incorrect? My site authenticates successfully through indieauth.com & github, but when I try posting I get the following response:

Server: nginx/1.14.0 (Ubuntu)
Date: Thu, 30 Jul 2020 02:05:24 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: quill=03ea8s3db0suk71vsdsmaj7liu; expires=Sat, 29-Aug-2020 02:05:24 GMT; Max-Age=2592000; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache

<html><head><title>404 Page Not Found</title><style>body{margin:0;padding:30px;font:12px/1.5 Helvetica,Arial,Verdana,sans-serif;}h1{margin:0;font-size:48px;font-weight:normal;line-height:48px;}strong{display:inline-block;width:65px;}</style></head><body><h1>404 Page Not Found</h1><p>The page you are looking for could not be found. Check the address bar to ensure your URL is spelled correctly. If all else fails, you can visit our home page at the link below.</p><a href="/">Visit the Home Page</a></body></html>```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant