Error: There are multiple entries in the deeplink config with the segment of map at new BuildError

Error: There are multiple entries in the deeplink config with the segment of map
at new BuildError (E:\QuizPay-Final\ionappfull4pro\ionAppFull4Pro-1.3.1\ionAppFull4Pro\node_modules@ionic\app-scripts\dist\util\errors.js:16:28)
at E:\QuizPay-Final\ionappfull4pro\ionAppFull4Pro-1.3.1\ionAppFull4Pro\node_modules@ionic\app-scripts\dist\deep-linking.js:57:21
at

node -v 8.11
npm -v 5.6.0
ionic -v 3.20.0

Try checking your @IonicPage definitions:

@IonicPage({
  name: 'VerifiedVenuesPage',
  segment: 'verified-venues',
  defaultHistory: ['SearchPage']
})

See: Ionic PWA Loading The Wrong First Page

Thank you @robinyo !