What's not working?
when build project, use api-server start both-server(api&web) with cmd @redwoodjs/api-server --port 8910 catch error FastifyError [Error]: The decorator 'urlData' has already been added!
This error catch above v6.6.0
How do we reproduce the bug?
yarn rw build
node ./node_modules/@redwoodjs/api-server/dist/index.js --port 8910
@fastify/url-data plugin regist two times in withWebServer & withFunctions
What's your environment? (If it applies)
No response
Are you interested in working on this?
What's not working?
when build project, use api-server start both-server(api&web) with cmd
@redwoodjs/api-server --port 8910catch errorFastifyError [Error]: The decorator 'urlData' has already been added!This error catch above v6.6.0
How do we reproduce the bug?
yarn rw buildnode ./node_modules/@redwoodjs/api-server/dist/index.js --port 8910@fastify/url-dataplugin regist two times in withWebServer & withFunctionsWhat's your environment? (If it applies)
No response
Are you interested in working on this?