Well i found a solution with the users query :
const axiosInstanceForNativeAPI = axios.create({ baseURL: ENDPOINT_URL, headers: { Authorization: ADMIN_TOKEN_FOR_NATIVE_API }, }); export const getUserByEmail = email => axiosInstanceForNativeAPI.get(`/users?searchBy=email&query=${email}`); export const getUserByUsername = username => axiosInstanceForNativeAPI.get(`/users?searchBy=username&query=${username}`);Playing embedded video does not work on mobile chrome/safari
-
Hi Devs,
I was browsing the forum and noticed that video does not play on chrome:
for example, go to: https://community.nodebb.org/topic/11177/time-to-say-goodbyeIt works perfectly on Chrome/Windows, but does not work on Chrome/Android or Safari.
Rather, on Chrome Android, note the empty box with an error: "the webpage at ... may be temporarily down or it may have moved permanently to a new web address".
It happened in the past few days. Not sure what's causing this...
JJ. -
@JJSagan world fine for me. Sounds like it's probably your phone's network.