i configured the project according to README,but it doesn’t work properly. Can developer help me ? you can see my config in the following pictures:
Seeing if either of these help:
console.log(`${prefix}: Events received: ${eventDescriptions.join(', ')}`);
response.statusCode = 200;
response.end();
}
function onError(error) {
console.error(error);
process.exit(1);
}
/**
* This is a mock Segment API meant to be run from the command line. It will start a server
* with the port specified, and respond with HTTP 200 to all requests. Any requests will be
* logged to the console, along with the parsed Segment events included in the request (if
* any)
*
* This can be used with the MetaMask extension by setting the `SEGMENT_HOST` environment
* variable or config entry when building MetaMask.
*
* For example, to build MetaMask for use with this mock Segment server, you could set the
1 Like
Yes,i configured the project as the tips, then i run yarn start. as i open localhost:9090, the page is not showing, can your help me with this? thanks very much
system
Closed
November 26, 2022, 8:19am
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.