I’m testing the Remote Pay Cloud Starter app. I can’t seem to get the Cloud connection to work. I’ve made no changes to the code of the app. I just cloned and ran the build. I can get the Network connection to work. I’ve followed the directions here to get the OAuth access token. The error in the console is:
POST https://sandbox.dev.clover.com/v2/merchant/[merchant removed]/remote_pay?access_token=[token removed] 500 (Internal Server Error) Logger.js?c55a:43 debug Connection error... Logger.js?c55a:43 info 2020-01-09T15:32:56.713Z - Stopping device heartbeat checks. Logger.js?c55a:43 info 2020-01-09T15:32:56.713Z - Not connected to your Clover device. Attempting to reconnect now ... Logger.js?c55a:43 debug Disconnected Error sending alert to device. Details: status returned was not 200 Logger.js?c55a:43 debug Sending Disconnect notification to listeners Error sending alert to device. Details: status returned was not 200 index.js?fcdd:222 {message: "Disconnected"} Logger.js?c55a:43 debug Sending DeviceError notification to listeners
I’m using the Clover Mini Dev Kit. The app id is: BMR8YXCSB1WXC
Is there somewhere I can see the logs to see what that 500 error is?