Post-Migration Breakage
-
Since switching web hosts, our documents are no longer available at their permalinks.
I tried following the guidance in this other thread which seemed relevant, but it has not gotten me anywhere. Here is our JSON, which meant little to me:
{
"namespace": "wpdr/v1",
"routes": {
"/wpdr/v1": {
"namespace": "wpdr/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "wpdr/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https://livewellandfully.com/wp-json/wpdr/v1"
}
]
}
},
"/wpdr/v1/correct/(?P[\d]+)/type/(?P[\d]+)/attach/(?P[\d]+)": {
"namespace": "wpdr/v1",
"methods": [
"PUT"
],
"endpoints": [
{
"methods": [
"PUT"
],
"args": {
"id": {
"required": true
},
"code": {
"required": true
},
"parm": {
"required": true
}
}
}
]
}
},
"_links": {
"up": [
{
"href": "https://livewellandfully.com/wp-json/"
}
]
}
}Please let me know if you have any insights after watching this Loom: https://www.loom.com/share/451ff923e23e4351a56d23bd7270a075
I neglected to mention in the Loom that media uploads to the native WP library are working fine
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Post-Migration Breakage’ is closed to new replies.