Click here to Skip to main content
15,902,002 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I am trying to install wexstream using the below link.
Wexstream - Video Conferencing Platform with Node.js, React and Jitsi[^]

I am facing the below error when I am trying to signup the page.And also shows invalid email address. and unhandled error occured.

Please suggest me how can I fix this issue.


AxiosError
code
:
"ERR_NETWORK"
config
:
{transitional: {…}, adapter: Array(2), transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …}
message
:
"Network Error"
name
:
"AxiosError"
request
:
XMLHttpRequest {onreadystatechange: null, readyState: 4, timeout: 0, withCredentials: false, upload: XMLHttpRequestUpload, …}
stack
:
"AxiosError: Network Error\n at XMLHttpRequest.handleError (http://x.x.x.x:3000/static/js/bundle.js:63920:14)"

What I have tried:

I have tried to change the port 4003 in .env file of both frontend as well as api.
But not worked so revert it.
Posted
Updated 12-May-24 22:52pm
v2

1 solution

Unfortunately, you have only given us part of the problem. You have provided some of the details of the error that you are seeing, but you haven't actually provided any context about the code that is causing the issue. Edit your question and provide details about the endpoint you are trying to hit with Axios, and the code that you are actually using inside your Axios call.

If you don't add this extra information, we aren't going to be able to help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900