Skip to content
New issue

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

These credentials do not match our records. #242

Open
CicerBro opened this issue Feb 9, 2025 · 1 comment
Open

These credentials do not match our records. #242

CicerBro opened this issue Feb 9, 2025 · 1 comment

Comments

@CicerBro
Copy link

CicerBro commented Feb 9, 2025

I cannot get this plugin to work in my project. I am using Cursor, the latest version of this extension and Laravel Sail.

settings.json:

 "Laravel.phpEnvironment": "sail",

Log (I replaced my projects name with PROJECT_NAME for privacy reasons):

2025-02-09 15:42:34.074 [info] Checking sail PHP installation: ./vendor/bin/sail ps
2025-02-09 15:42:34.074 [info] Using sail PHP installation: NAME                    IMAGE                       COMMAND                  SERVICE     CREATED      STATUS                    PORTS
PROJECT_NAME-app-1         sail-8.3/app                "start-container"        app         9 days ago   Up 26 minutes             0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:5173->5173/tcp, :::5173->5173/tcp
PROJECT_NAME-backup-1      fradelg/mysql-cron-backup   "/bin/sh -c 'dockeri…"   backup      9 days ago   Up 26 minutes (healthy)   
PROJECT_NAME-mailpit-1     axllent/mailpit:latest      "/mailpit"               mailpit     9 days ago   Up 26 minutes (healthy)   0.0.0.0:1025->1025/tcp, :::1025->1025/tcp, 0.0.0.0:8025->8025/tcp, :::8025->8025/tcp, 1110/tcp
PROJECT_NAME-manticore-1   manticoresearch/manticore   "docker-entrypoint.s…"   manticore   9 days ago   Up 26 minutes             127.0.0.1:9306->9306/tcp, 127.0.0.1:9308->9308/tcp, 9312/tcp
PROJECT_NAME-mariadb-1     mariadb:11.4                "docker-entrypoint.s…"   mariadb     9 days ago   Up 26 minutes (healthy)   0.0.0.0:3306->3306/tcp, :::3306->3306/tcp
PROJECT_NAME-redis-1       redis:alpine                "docker-entrypoint.s…"   redis       9 days ago   Up 26 minutes (healthy)   0.0.0.0:6379->6379/tcp, :::6379->6379/tcp
2025-02-09 15:42:34.074 [info] Activating Laravel Extension...
2025-02-09 15:42:34.074 [info] Started
2025-02-09 15:42:37.522 [error] Error:
 Translation namespaces

__VSCODE_LARAVEL_START_OUTPUT__{"default":"en","translations":{"auth.failed":{"en":{"v":"These credentials do not match our records.","p":"lang\/en\/auth.php","li":16,"pa":[]}},"auth.password":{"en":{"v":"The provided password is incorrect.","p":"lang\/en\/auth.php","li":17,"pa":[]}},"auth.throttle":{"en":{"v":"Too many login attempts. Please try again in :seconds seconds.","p":"lang\/en\/auth.php","li":18,"pa":["seconds"]}},"pagination.previous":{"en":{"v":"« Previous","p":"lang\/en\/pagination.php","li":16,"pa":[]}},"pagination.next":{"en":{"v":"Next »","p":"lang\/en\/pagination.php","li":17,"pa":[]}},"passwords.reset":{"en":{"v":"Your password has been reset.","p":"lang\/en\/passwords.php","li":16,"pa":[]}},"passwords.sent":{"en":{"v":"We have emailed your password reset link.","p":"lang\/en\/passwords.php","li":17,"pa":[]}},"passwords.throttled":{"en":{"v":"Please wait before retrying.","p":"lang\/en\/passwords.php","li":18,"pa":[]}},"passwords.token":{"en":{"v":"This password reset token is invalid.","p":"lang\/en\/passwords.php","li":19,"pa":[]}},"passwords.user":{"en":{"v":"We can't find a user with that email address.","p":"lang\/en\/passwords.php","li":20,"pa":[]}},"validation.accepted":{"en":{"v":"The :attribute field must be accepted.","p":"lang\/en\/validation.php","li":16,"pa":["attribute"]}},"validation.accepted_if":{"en":{"v":"The :attribute field must be accepted when :other is :value.","p":"lang\/en\/validation.php","li":17,"pa":["attribute","other","value"]}},"validation.active_url":{"en":{"v":"The :attribute field must be a valid URL.","p":"lang\/en\/validation.php","li":18,"pa":["attribute"]}},"validation.after":{"en":{"v":"The :attribute field must be a date after :date.","p":"lang\/en\/validation.php","li":19,"pa":["attribute","date"]}},"validation.after_or_equal":{"en":{"v":"The :attribute field must be a date after or equal to :date.","p":"lang\/en\/validation.php","li":20,"pa":["attribute","date"]}},"validation.alpha":{"en":{"v":"The :attribute field must only contain letters.","p":"lang\/en\/validation.php","li":21,"pa":["attribute"]}},"validation.alpha_dash":{"en":{"v":"The :attribute field must only contain letters, numbers, dashes, and underscores.","p":"lang\/en\/validation.php","li":22,"pa":["attribute"]}},"validation.alpha_num":{"en":{"v":"The :attribute field must only contain letters and numbers.","p":"lang\/en\/validation.php","li":23,"pa":["attribute"]}},"validation.array":{"en":{"v":"The :attribute field must be an array.","p":"lang\/en\/validation.php","li":24,"pa":["attribute"]}},"validation.ascii":{"en":{"v":"The :attribute field must only contain single-byte alphanumeric characters and symbols.","p":"lang\/en\/validation.php","li":25,"pa":["attribute"]}},"validation.before":{"en":{"v":"The :attribute field must be a date before :date.","p":"lang\/en\/validation.php","li":26,"pa":["attribute","date"]}},"validation.before_or_equal":{"en":{"v":"The :attribute field must be a date before or equal to :date.","p":"lang\/en\/validation.php","li":27,"pa":["attribute","date"]}},"validation.between.array":{"en":{"v":"The :attribute field must have between :min and :max items.","p":"lang\/en\/validation.php","li":29,"pa":["attribute","min","max"]}},"validation.between.file":{"en":{"v":"The :attribute field must be between :min and :max kilobytes.","p":"lang\/en\/validation.php","li":30,"pa":["attribute","min","max"]}},"validation.between.numeric":{"en":{"v":"The :attribute field must be between :min and :max.","p":"lang\/en\/validation.php","li":31,"pa":["attribute","min","max"]}},"validation.between.string":{"en":{"v":"The :attribute field must be between :min and :max characters.","p":"lang\/en\/validation.php","li":32,"pa":["attribute","min","max"]}},"validation.boolean":{"en":{"v":"The :attribute field must be true or false.","p":"lang\/en\/validation.php","li":34,"pa":["attribute"]}},"validation.can":{"en":{"v":"The :attribute field contains an unauthorized value.","p":"lang\/en\/validation.php","li":35,"pa":["attribute"]}},"validation.confirmed":{"en":{"v":"The :attribute field confirmation does not match.","p":"lang\/en\/validation.php","li":36,"pa":["attribute"]}},"validation.contains":{"en":{"v":"The :attribute field is missing a required value.","p":"vendor\/laravel\/framework\/src\/Illuminate\/Translation\/lang\/en\/validation.php","li":37,"pa":["attribute"]}},"validation.

The log continues like that for thousands of lines.

The one thing that seems off is it says: Using sail PHP installation: NAME

@ghabriel25
Copy link

@CicerBro its here #212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants