Skip to content

Chapter 6: Deployment Issue #1060

Open
Open
@lucianlavric

Description

@lucianlavric

✅ Deployment Fix – Swapping bcrypt for bcryptjs

To ensure smooth deployment in Chapter 6, follow these steps:
1. Uninstall bcrypt:
pnpm remove bcrypt
2. Install bcryptjs:
pnpm add bcryptjs
3. Update all imports from bcrypt to bcryptjs:

// Change this:
import bcrypt from 'bcrypt';

// To this:
import bcrypt from 'bcryptjs';
4.	Commit your changes and re-deploy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions