Ionic generate issue

Hello ionic fellows,

So I recently upgraded ionic 5 project to ionic 6. All good with that but I’m facing errors while generating new page. I don’t know what’s wrong. Please help :frowning:

An unhandled exception occurred: NOT SUPPORTED: keyword “id”, use “$id” for schema ID

See “/private/var/folders/0y/qgjp13zd0jg_dng31jdgx_rw0000gn/T/ng-V84xMS/angular-errors.log” for further details.

@sufian4199
Happy coding,
Cheers!

Try like this. ng does not have page schema.

ionic g page modals/dateModal

That’s the exact command I tried. Sorry I didn’t added that in actual post.