* docs: added new database options for create-medusa-app * update note * removed stable option * add example to connect to Vercel or Supabase database * added a note about --db-url option * added a note about --no-migrations * added troubleshooting guide for invalid token error with no-browser * fix link
23 lines
438 B
Plaintext
23 lines
438 B
Plaintext
---
|
|
title: 'Common Create-React-App Errors'
|
|
---
|
|
|
|
import TypeError from './create-medusa-app-errors/_typeerror.md'
|
|
import OtherErrors from './create-medusa-app-errors/_other-errors.mdx'
|
|
import InvalidTokenError from './create-medusa-app-errors/_no-browser-token-error.md'
|
|
|
|
## TypeError: cmd is not a function
|
|
|
|
<TypeError />
|
|
|
|
---
|
|
|
|
## Invalid Token Error with --no-browser Option
|
|
|
|
<InvalidTokenError />
|
|
|
|
---
|
|
|
|
## Other Errors
|
|
|
|
<OtherErrors /> |