-
Notifications
You must be signed in to change notification settings - Fork 815
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
Sync: Site url syncing error for multisite #7997
Comments
@ebinnion Would you mind taking a look at site ID 137325493?
Thank you! Ticket: 755855-zen |
That did not help unfortunately. |
@ebinnion Is there anything else we could try to fix this? |
Can you get a new Jetpack debug? I'd be interested in seeing what the Also, looking at the current debug, it looks as if the site is not opted into IDC management. That may become an issue since it seems like we have been sent a couple of other URLs for that blog ID. Attaching notes to ticket. |
The user came back with the JP debug info (it's in the ticket). One question they is how much of a problem is this for Jetpack? Is it only going to break the manage module or will other features break too? |
Dug in and left reply on ticket. In short, it appears as if Bedrock doesn't handle the For example:
Multisite in core remove the default We can likely provide 3rd-party support to handle this. But, for now, users should probably use something like this:
|
Thanks a lot. I replied to the user. |
Hey there! I'm pretty sure I'm the "user" here 😉... I appreciate all of your team's help! I'm quite active on GitHub as I'm on the Roots team and seeing your references pop up here and there... I've added your code as an |
Hey @JulienMelissas 👋 Thanks for sticking with us as we debug! Yes sir, we have been chatting about your issue since Jeremy reopened the issue. Now that you've got this code hooked up, would you mind running If this does work, I'll be glad to get a patch in so that we can support bedrock out of the box 👍 |
@ebinnion no worries! This should hopefully go by quicker, even though we're (almost?) done. I'm happy to do anything to get it working long-term, and I know we will all appreciate the built-in Bedrock support. I ran it on production and this is what I've got:
It looks like the PHP Notice is a specific Cookie thing ( Let me know what you think/if it worked! |
Hey @JulienMelissas - I can confirm that your siteurl now shows as having the Thanks for working with us on this. |
I created #8213 to track support for Bedrock. Closing this issue for now. |
@ebinnion -- thanks for your help! I'm seeing a successful connection on the WP.com side of things too 👍 If you need help in #8213 I help to maintain Bedrock (although mostly support and use-cases, I have much more time invested in our other projects) and we might be able to find a way to detect it. Bedrock is used by hundreds (possibly more) of popular sites, so this will be appreciated I'm sure. |
Hey @JulienMelissas – Would you please submit a support request from the debugger in your Jetpack site? You can do that by going to |
@ebinnion I hate to do this over GitHub, but I just wanted to check in... I sent a request in a few days ago and haven't heard anything since. I mentioned you in the request. Request came from julien@craftpeak.com. |
No. That's perfectly fine. I'll try and track down that ticket right now. |
@JulienMelissas – I've sent you an email so we can chat there. |
Hey @JulienMelissas – I didn't receive a reply back to my email. We did get a ticket in about 40 minutes ago to which I have replied. I wanted to be sure to let you know I responded so you can be on the lookout. |
Steps to reproduce the issue
Run the latest version of Jetpack and WP on a multi site withe the sub site setup.
What I expected
That the sites would work as expected when interactiing with the API.
What happened instead
The sites returned the error jsonAPI not found.
the siteurl for the subsites was being synced as the main sites url.
cc @ebinnion.
Note that
define( 'JETPACK_SYNC_USE_RAW_URL', false );
fixed the issue for me.
The text was updated successfully, but these errors were encountered: