You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I can confirm this issue is reproducible on a freshly installed 6.6.1 redwood app when using yarn rw exp setup-docker as well - it seems to be happening in any implementation that uses the rw-server package directly, with the changes introduced here #9714 likely the culprit. See also RedwoodJS deployment is not working and Fly.io deployment help
What's not working?
when build project, use api-server start both-server(api&web) with cmd
@redwoodjs/api-server --port 8910
catch errorFastifyError [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 & withFunctionsWhat's your environment? (If it applies)
No response
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: