sofn-xyz / mailing

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

mailing should early return if api returns a non 200 code #467

Closed alexfarrill closed 1 year ago

changeset-bot[bot] commented 1 year ago

πŸ¦‹ Changeset detected

Latest commit: cd1cb9788ceeb9b521240751f414b4655bab951e

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

This PR includes changesets to release 3 packages | Name | Type | | ------------ | ----- | | mailing-core | Patch | | mailing | 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 3, 2023 9:38pm
web-emails βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback May 3, 2023 9:38pm
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **mailing-web** | ⬜️ Ignored ([Inspect](https://vercel.com/sofn/mailing-web/5VRYxiYiCYWtEXtnrLRAMLf1fMRT)) | | | May 3, 2023 9:38pm |
alexfarrill commented 1 year ago

not gonna debug this rn, but redwood_ts is failing because below. error message makes no sense as yarn 1.22.19 >= 1.15.0

yarn create redwood-app testme --typescript --no-git
yarn create v1.22.19
[1/4] πŸ”  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] πŸ”—  Linking dependencies...
[4/4] πŸ”¨  Building fresh packages...

success Installed "create-redwood-app@5.0.3" with binaries:
      - create-redwood-app
[################################################################################################################################################################################################################] 993/993------------------------------------------------------------------
                🌲⚑️ Welcome to RedwoodJS! ⚑️🌲
------------------------------------------------------------------
β”Œ ⚠ Error: Compatibility checks failed ──────────────────────────────────────────────────────────────┐
β”‚                                                                                                    β”‚
β”‚       yarn >=1.15.0 required; found 1.22.19                                                        β”‚
β”‚                                                                                                    β”‚
β”‚     Please use tools like nvm or corepack to change to a compatible version.                       β”‚
β”‚     See: Tutorial - Prerequisites (​https://redwoodjs.com/docs/tutorial/chapter1/prerequisites​)   β”‚
β”‚                                                                                                    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
error Command failed.
Exit code: 1
Command: /Users/alexfarrill/.asdf/installs/nodejs/16.19.0/.npm/bin/create-redwood-app
Arguments: testme --typescript --no-git
Directory: /private/tmp/mailing_e2e/runs/20230503145002
Output:

info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.