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

Not posting/pulling in wrong URL #11

Open
davidmead opened this issue May 28, 2018 · 2 comments
Open

Not posting/pulling in wrong URL #11

davidmead opened this issue May 28, 2018 · 2 comments

Comments

@davidmead
Copy link

davidmead commented May 28, 2018

Morning.

I logged in using http://davidjohnmead.com/blog as my endpoint and everything said it was fine, but when I did a test post of a coffee the resulting page doesn't show that URL.
screenshot 2018-05-28 10 36 01

https://teacup.p3k.io/davidjohnmead.com/15861

It loses the /blog and the post didn't get created my end (obviously).

If I click on http://davidjohnmead.com/blog in the footer it takes me to a screen for generating a device code. Don't know what that is.

Looking at the bottom of the new post screen everything seems to be in order for the endpoints, etc.
image

@EdwardHinkle
Copy link

The screen it’s showing you is when the Micropub request sent to your endpoint doesn’t respond with a 201 or 202 response. (Meaning when the Micropub request was sent there was either an authentication issue with the access token or a parsing issue with the h-food object sent in the body.

I’m not sure how to debug. I’ll wait on Aaron to answer that, but I did want to give you an idea of what could be going wrong and why you are seeing what your seeing.

@davidmead
Copy link
Author

davidmead commented Jun 2, 2018

Thanks @EdwardHinkle. I'll wait until @aaronpk replies as I'm not that familiar for that side of things. I'm starting to think I'll have to change where Wordpress lives to have my endpoint on the main domain.

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

2 participants