Error creating standard cursors

I was attempting to create resize cursors with this code

glfwSetCursor(window, glfwCreateStandardCursor(GLFW_RESIZE_NS_CURSOR));

and realized that it was doing nothing. It was giving me this error

Wayland: Failed to create standard cursor "sb_v_double_arrow"

glfwCreateStandardCursor also throws errors with GLFW_RESIZE_EW_CURSOR and GLFW_CROSSHAIR_CURSOR. To be honest I’m not entirely sure if this would be an issue with me, glfw, or with wayland.