We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to using Fern on AL2003 as a development environment fails.
[ec2-user@ip-172-31-9-254 fern_test]$ fern login node:events:495 throw er; // Unhandled 'error' event ^ Error: spawn xdg-open ENOENT at ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Emitted 'error' event on ChildProcess instance at: at ChildProcess._handle.onexit (node:internal/child_process:290:12) at onErrorNT (node:internal/child_process:477:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -2, code: 'ENOENT', syscall: 'spawn xdg-open', path: 'xdg-open', spawnargs: [ 'https://fern-prod.us.auth0.com/authorize?client_id=<snip>&response_type=code&connection=github&scope=openid+profile+email+offline_access&redirect_uri=http%3A%2F%2Flocalhost%3A3129&audience=venus-prod' ] } Node.js v18.20.4 Fern 0.44.11
Steps to reproduce the behavior:
fern login
If relevant, provide a minimal API definition (OpenAPI or Fern Definition) or Docs configuration (docs.yml) that can be used to reproduce the error.
docs.yml
Login should succeed, or at least not throw an error.
The text was updated successfully, but these errors were encountered:
dsinghvi
No branches or pull requests
Describe the bug
Attempting to using Fern on AL2003 as a development environment fails.
To reproduce
Steps to reproduce the behavior:
fern login
If relevant, provide a minimal API definition (OpenAPI or Fern Definition) or Docs configuration (
docs.yml
) that can be used to reproduce the error.Expected behavior
Login should succeed, or at least not throw an error.
The text was updated successfully, but these errors were encountered: