Files
medusa-store/www/docs/content/troubleshooting/create-medusa-app-errors.mdx
Shahed Nasser 3b5590ccec docs: added new database options for create-medusa-app (#4777)
* 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
2023-08-17 20:21:32 +03:00

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 />