Replies: 4 comments
-
I'm seeing this same behavior, but have the additional issue in that automatically organizing imports (which many people do on save), doesn't alphabetize them, and then it causes this area each time. Why is this happening? export { Agency } from './agency/Agency';
export { AgencyBilling } from './agency/AgencyBilling';
export { AgencyConfig } from './agency/AgencyConfig';
export { AgencyCredentialing } from './agency/AgencyCredentialing';
export { AgencyFacilityDetail } from './agency/AgencyFacilityDetail';
export { AgencyPosting } from './agency/AgencyPosting';
export { AppSetting } from './AppSetting';
export { FeeSchedule } from './billing/FeeSchedule';
export { Contact } from './Contact';
export { Facility } from './facility/Facility';
export { ImportProvider } from './ImportProvider';
export { LockboxEntry } from './posting/LockboxEntry';
export { Payer } from './posting/Payer';
export { Answer } from './qna/Answer';
export { Question } from './qna/Question';
export { Role } from './Role';
export { User } from './User';
|
Beta Was this translation helpful? Give feedback.
-
Just to confirm, organizing the list imports by identifier and not path does resolve this... |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
@scoussens depending on how you unpack these into your Potentially, we should ensure that the resulting output for these schemas is stable, and not subject to re-ordering. |
Beta Was this translation helpful? Give feedback.
-
Hey I'm getting the same error after upgrading to the newest release, from the version before
It's building the app correctly but after the point
Admin UI ready
it fails with the messageYour prisma schema has changed, please restart Keystone
Any idea what could be causing this?
Originally posted by @PhilBookst in #7454 (comment)
Beta Was this translation helpful? Give feedback.
All reactions