You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After moving the codebase to a new system, I'm encountering an issue where the project fails to fetch the paperdb dependency. Here are the details of the error:
Could not GET 'https://android-sdk.payfort.com/io/paperdb/paperdb/2.6/paperdb-2.6.pom'.
Received status code 403 from server: Forbidden
This issue is blocking the build, and it appears to be related to access permissions or repository configuration.
Steps to Reproduce:
Move the existing codebase to a new system.
Attempt to build the project in Android Studio or via command line.
Observe the dependency fetch failure with a 403 Forbidden error.
Expected Behavior: The project should fetch all dependencies without errors after migrating to a new system.
Actual Behavior: The project fails to fetch the paperdb dependency from the specified URL, returning a 403 error.
The text was updated successfully, but these errors were encountered:
After moving the codebase to a new system, I'm encountering an issue where the project fails to fetch the paperdb dependency. Here are the details of the error:
This issue is blocking the build, and it appears to be related to access permissions or repository configuration.
Steps to Reproduce:
Move the existing codebase to a new system.
Attempt to build the project in Android Studio or via command line.
Observe the dependency fetch failure with a 403 Forbidden error.
Expected Behavior: The project should fetch all dependencies without errors after migrating to a new system.
Actual Behavior: The project fails to fetch the paperdb dependency from the specified URL, returning a 403 error.
The text was updated successfully, but these errors were encountered: