Replies: 0
Goodafternoon,
I have been struggling for a while with a problem regarding a link to woocomerce. Via API Key I make a connection to an accounting package. requests are sent back and forth for this. I also see these requests appear in my log but somehow no user is attributed to these requests causing a 401 error.
`{
“data”: {
“code”: “woocommerce_rest_cannot_view”,
“message”: “Je kunt gegevensbronnen niet weergeven.”,
“data”: {
“status”: 401
}
},
“headers”: [],
“status”: 401
}
does anyone know where this problem comes from. Tried absolutely everything. even with all plugins disabled I cannot establish the connection. Previously it has always worked well without problems, no crazy plugins installed extra. I hope someone can help me.