Skip to content
New issue

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

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

Already on GitHub? # to your account

Tip for using with nextjs 15 app router #570

Open
2803media opened this issue Mar 9, 2025 · 0 comments
Open

Tip for using with nextjs 15 app router #570

2803media opened this issue Mar 9, 2025 · 0 comments

Comments

@2803media
Copy link

After searching the solution, you just need to add this to the next.config.js to make it works

const nextConfig = {
  serverExternalPackages: [ 'ssh2-sftp-client', 'ssh2'],
};
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant