Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to generate the baseUrl which you have used inside app/axiosConfig.js file #4

Open
arunavo001 opened this issue Jul 6, 2023 · 2 comments

Comments

@arunavo001
Copy link

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

@omsoni9925
Copy link

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.

@Man7179
Copy link

Man7179 commented Jun 8, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants