Anyone had issues on orders where there are no det...
# support
c
Anyone had issues on orders where there are no details of the shipment? I can go into the rails console and see the shipment exists, but nothing in the admin view.
j
Are there errors in the browser console? This can happen when for some reason, your admin user is missing an API key.
c
ah, I think you're onto it. I do have an error, says, "you must specify an API Key". When I look at my admin user, there is an API key present. My one test customer user for the order, does not.
j
I'm not sure what would be going on that the admin user has an API key, but it's not getting included in the request.
Can you check in the console that they actually have an API key? It may say "hidden" even if the user doesn't have one.
c
yes, I look at the user in the console and the field spree_api_key is populated
j
Strange. 🤔
c
Looking at the error in the DevTools. Seems that maybe something is missing?
🤔 1