All of the official Tauri plugins in one place!

hacktoberfest tauri tauri-plugin
3 Open Issues Need Help Last updated: Jun 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue is a Tauri application failing to connect to a MySQL database, returning an 'Access denied' error despite successful connections from other applications. The task requires debugging the Tauri application's MySQL connection, verifying database credentials, and ensuring proper configuration of the `@tauri-apps/plugin-sql` plugin within the Tauri project. This likely involves checking the MySQL user permissions, password handling, and potentially the connection string within the Tauri application's code.

Complexity: 4/5
help wanted question plugin: sql

All of the official Tauri plugins in one place!

Rust
#hacktoberfest#tauri#tauri-plugin

AI Summary: The user is experiencing an 'Access denied' error when trying to connect to a MySQL database using the Tauri `@tauri-apps/plugin-sql` plugin. The issue likely stems from incorrect MySQL user credentials or permissions, despite successful connection via Navicat. The task involves debugging the Tauri plugin's database connection, verifying credentials, and potentially adjusting MySQL user permissions.

Complexity: 4/5
help wanted question plugin: sql

All of the official Tauri plugins in one place!

Rust
#hacktoberfest#tauri#tauri-plugin

AI Summary: The task is to determine if and how to integrate the command-line arguments passed to a Tauri application via the `tauri-plugin-single-instance` plugin with the argument parsing functionality of the `tauri-plugin-cli` plugin. The goal is to maintain single-instance application behavior while still allowing the use of CLI commands.

Complexity: 4/5
enhancement good first issue plugin: cli plugin: single-instance

All of the official Tauri plugins in one place!

Rust
#hacktoberfest#tauri#tauri-plugin