mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-07-12 14:12:19 +02:00
Update guided-tour.md (#204)
* Update guided-tour.md Hey 👋 I'm going through the Guided Tour and I found that when I changed my app name, I also had to migrate the DB again, and my previous data was lost. I added this info to the warning box so other users are aware of the impact. * Update opensaas-sh/blog/src/content/docs/start/guided-tour.md --------- Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
This commit is contained in:
@ -305,7 +305,7 @@ But before you start setting up the main features, let's walk through the custom
|
|||||||
title: "Your App Name",
|
title: "Your App Name",
|
||||||
```
|
```
|
||||||
:::caution[Restart Your App]
|
:::caution[Restart Your App]
|
||||||
After changing the app name, you'll need to rerun `wasp db start` and `wasp start`!
|
Upon changing the app name, new, empty development database will be assigned to your app. This means you'll need to rerun `wasp db start`, `wasp db migrate-dev` and `wasp start`.
|
||||||
:::
|
:::
|
||||||
- [ ] Update meta tags in `app.head` (even if you don't have a custom domain yet, put one you would like to have, as this won't affect development).
|
- [ ] Update meta tags in `app.head` (even if you don't have a custom domain yet, put one you would like to have, as this won't affect development).
|
||||||
- [ ] Update `app.emailSender.defaultFrom.name` with the name of your app/company/whatever you want your users to see in their inbox, if you're using the `emailSender` feature and/or `email` Auth method.
|
- [ ] Update `app.emailSender.defaultFrom.name` with the name of your app/company/whatever you want your users to see in their inbox, if you're using the `emailSender` feature and/or `email` Auth method.
|
||||||
|
Reference in New Issue
Block a user