Support for multiple database connections missing after strapi upgrade from alpha to 3.0.0.beta.20

[details=“System Information”]

  • Strapi Version: 3.0.0.beta.20
  • Operating System: ubuntu 18.04
  • Database: mongo/mysql
  • Node Version: v14.15.1
  • NPM Version: 6.14.11

Hi Guys, We are using two database connections. Mongo and Sql. We have content types that connect to one of the two.

After migration to beta, the content type builder in admin does not show connections option while creating new content types.

Hitting the rest/graphql query for rds based content types give 500 error.

error ReferenceError: Model is not defined
at Object.fetchAll.

Would really appreciate any help from the community regarding this. Thanks to you all in advance.