wasp icon indicating copy to clipboard operation
wasp copied to clipboard

The fastest way to develop full-stack web apps with React & Node.js.

Results 602 wasp issues
Sort by recently updated
recently updated
newest added
trafficstars

**Issue Overview:** I’m starting a brand-new project and trying to connect to Prisma’s accelerated PostgreSQL database (Prisma Data Platform), but I’m running into issues. Despite configuring my environment and database...

bug

Bun is implementing metadata for Chrome Dev Tools to directly recognize and edit the local files in the project. Check demo: https://x.com/jarredsumner/status/1927599856798867792 Maybe we can implement it too?

good first issue
idea
dx

![Image](https://github.com/user-attachments/assets/7b59cd3b-e038-448c-bb31-13c1fc91a760) We have these pills in the docs that are supposed to link to different auth method and signify which Auth UI component is used with which auth method. While...

documentation
enhancement
good first issue

**Describe the bug** > Write-up: https://www.notion.so/wasp-lang/Error-writeup-Browser-error-on-blank-project-20018a74854c80249e83ec893c7d6d91?pvs=4 `wasp/core/serialization` is calling `@prisma/client` as part of its logic. When the Prisma schema doesn't have any models, `@prisma/client` is an empty placeholder in the...

bug

Currently, we have no mechanism to ensure that **transitive** dependencies are the same across the different packages of a Wasp app (user code, generated sdk, server, and client). For example,...

bug

Very much work in progress. Testing different strategies for encoding the tutorial app steps so they can be automatically performed to generate the final tutorial TODO app. Creating this PR...

A Discord community member [shared](https://discord.com/channels/686873244791210014/867713251479519232/1344666150964957286) this document with us: [Coding Best Practices for the Project (1).pdf](https://github.com/user-attachments/files/20408535/Coding.Best.Practices.for.the.Project.1.pdf) This is good stuff, and other users have found it helpful. Frameworks have style...

documentation
dx

Since Wasp uses Prisma as its abstraction layer for the database, it should be possible for us to expand our support for SQLite and PostgreSQL to more database engines. We...