It looks like we're getting a 504 error with retrieving room reservation data from LibCal. I'm able to make a reservation, but it's not showing availability. Don't know why we are getting a Cross Origins error - since we are using an API Key. I check the keys and they are still active. And i'm betting that all the other errors are related to this issue too. Do you know what's going on?
Is it related to this?
add_action( 'wp_ajax_retrieve_rooms', __NAMESPACE__ . '\\retrieve_rooms' ); //add_action( 'wp_ajax_nopriv_retrieve_rooms', __NAMESPACE__ . '\\retrieve_rooms' );
Hay @kpettinga @davekellam ,
It looks like we're getting a 504 error with retrieving room reservation data from LibCal. I'm able to make a reservation, but it's not showing availability. Don't know why we are getting a Cross Origins error - since we are using an API Key. I check the keys and they are still active. And i'm betting that all the other errors are related to this issue too. Do you know what's going on?
Is it related to this?
add_action( 'wp_ajax_retrieve_rooms', __NAMESPACE__ . '\\retrieve_rooms' ); //add_action( 'wp_ajax_nopriv_retrieve_rooms', __NAMESPACE__ . '\\retrieve_rooms' );
Thanks so much for your help