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
I've used the same baseURL which was being mentioned in the lecture. now when i'm running the react app it's giving axios error, i also checked the url, it's showing currently not found, Now could you please provide the valid url by updating the repository or tell us the process through which i can create that one which will be used in the project
The text was updated successfully, but these errors were encountered:
Go to Ngrok website and download zip file and unzip it. Run Ngrok application and command prompt will pop up. First authenticate your account -> To get baseUrl run this command : "ngrok http 8080" or whatever port your Back-end is running on. It will give you the baseUrl. Copy paste it in the axiosConfig.js.
I've used the same baseURL which was being mentioned in the lecture. now when i'm running the react app it's giving axios error, i also checked the url, it's showing currently not found, Now could you please provide the valid url by updating the repository or tell us the process through which i can create that one which will be used in the project
The text was updated successfully, but these errors were encountered: