You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm reproducing your project, but it seems that the reference of API_URL from the file config shows an error.
I assume that there should be a file config but not included in this file.
for example, in the file videos.service.js : import { API_URL } from '../config'
The text was updated successfully, but these errors were encountered:
API_URl should be set as the root of the server you are serving the files from. For us this was a subdomain pointing to an nginx autoindex page. You can also see in the rest of the videos.service.js file we are also expecting there to be a /vids directory that the videos will be served from.
Hi,
I'm reproducing your project, but it seems that the reference of API_URL from the file config shows an error.
I assume that there should be a file config but not included in this file.
for example, in the file videos.service.js : import { API_URL } from '../config'
The text was updated successfully, but these errors were encountered: