sofn-xyz / mailing

Build, test, send emails with React
https://www.mailing.run
MIT License
3.6k stars 74 forks source link

the api should 500 not 401 if there is a db error #468

Closed alexfarrill closed 1 year ago

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: a822ff0a6acb1ed6e17b11646e5c22e2a1703b40

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | ------------ | ----- | | mailing | Patch | | mailing-core | Patch | | web | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mailing-dynamic-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2023 9:30pm
web-emails ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2023 9:30pm
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **mailing-web** | ⬜️ Ignored ([Inspect](https://vercel.com/sofn/mailing-web/BzNkeBa46VM36ojv3Et2syBbgB4d)) | [Visit Preview](https://mailing-web-git-api-auth-can-500-sofn.vercel.app) | | May 15, 2023 9:30pm |
socket-security[bot] commented 1 year ago

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
@prisma/client@4.11.0 4.4.0...4.11.0 network, filesystem, shell, environment +9/-9 prismabot
prisma@4.11.0 4.4.0...4.11.0 filesystem, shell, environment +3/-3 prismabot
alexfarrill commented 1 year ago

@psugihara I had to bump prisma in order to use the error codes, but figured that was safe enough

alexfarrill commented 1 year ago

this branch is green aside from redwood_ts e2e that is failing in main because create redwood app does not work correctly. i am disabling that test