Skip to content

[dargon2]_TypeError dart_lib_loader.dart in DartLibLoader.getPath #19

Closed
@hasimyerlikaya

Description

@hasimyerlikaya

Hi,

I have an API that was developed with Dart and is running on the Google CloudRun Platform.
The API is working perfectly on my local machine (an iMac M1), but I'm getting an error when I publish.
The error is showing that there is a problem with Dragon2. I use it to encode passwords.

Is there any solution for this error?
Thank you.

Configuration Details:

final result = await argon2.hashPasswordString(password, salt: saltBytes, memory: 128, iterations: 20, parallelism: 1);

Error Details:

image image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions