failed to hydrate schema for source?

The problem I’m having

dbt-fusion 2.0.0-preview.68
   Loading ~/.dbt/profiles.yml
 Debugging profile: dev_andrew
 Debugging dbt version: 2.0.0-preview.68
 Debugging platform: macos aarch64 (unix)
 Debugging adapter type: postgres (remote)
 Debugging dependencies:
  git: OK
 Debugging connection:
  "port": 5432,
  "database": "dev_andrew",
  "schema": "raw",
  "host": "127.0.0.1",
  "user": "postgres"

error: dbt1011: invalid port number

Fusion engine continually gives me this error when i run debug. dbt-core has no problem and all debug checks pass. It’s basically preventing me from using the extension features at all. I also get various compiling and “schema hydration issues” that I think are related to this? but im not sure.

What I’ve already tried

I’ve re-installed the app. changed all the project.yml’s but continually get this error.

Some example code or error messages

 * dbt1053: Remote execution: failed to hydrate schema for source 'source.mma_insights.ufc_data.ufc_fight_data' (Missing schema for 'source.mma_insights.ufc_data.ufc_fight_data' (Expected at db/schemas/dev_andrew/raw/ufc_fight_data).
Hint: run `db seed` if seeds map to sources, or `db sample --persist local ..` to pull sample source data.).
Schemas should be fetched during pre-compile (Downloading Schemas).
Ensure remote connectivity/permissions or retry with '--static-analysis off' if appropriate.
*/

Hello! Did you manage to solve the problem? I ran into the same issue.