[metadata] remove the duplicate metadata in the error boundary (#76791)
### What
Those metadata were added into error boundaries but they're actually duplicated, we already have the actual metadata in the page and the metadata outlet can trigger the error boundary. The metadata element in the error boundary is not necessary.