sunday-H
sunday-H
我也遇到了, 自定义一个组件 然后在 ProForm 里使用这个自定义组件 然后在自定义组件里随便更改一些东西大概率会出现
ProForm 里使用 ProFormSelect 的 request 热更新就会卡死
config 里 注释掉 这个fastRefresh: {} 就好了
same problem, is there any solution?
> [@kabilesh13](https://github.com/kabilesh13) I'm wondering if your DB is timing out for the same reason as [@tyler71](https://github.com/tyler71), since it looks like its failing at `09_update_hostname_region`我想知道您的数据库是否因为相同的原因而超时,因为它看起来像是在 `09_update_hostname_region` 处失败 > > 1. If...
```sql UPDATE _prisma_migrations SET finished_at = '2025-07-30 16:10:34.148000 +00:00', applied_steps_count = 1 WHERE migration_name = '09_update_hostname_region'; ``` After running this code and restarting Docker, everything works fine.