Deploy previews call Netlify's CDP URLs for local resources, resulting in 404

Hello there,

So I basically have the exact same issue as this one, except disabling the drawer does not solve the issue (and nothing else I’ve tried does either).

Note that the exact same build works fine when it’s not a deploy preview (if I set it as the production branch of my project).

Deploy URL:
https://deploy-preview-131--haiilo-surveys.netlify.app/

This is supposed to redirect/show a 404 (that’s normal), however as you can see, the images/scripts aren’t loading because for some reason they’re being fetched from https://netlify-cdp-loader.netlify.app instead of https://deploy-preview-131--haiilo-surveys.netlify.app.

Note: sometimes it doesn’t happen for some reason (like it’s some kind of race condition thing), but if you F5 you should notice it.

Deploy logs:

9:56:48 AM: build-image version: a2d22d22e4555d1ef0a972ed14a0a4b366ad20c4 (focal)
9:56:48 AM: build-image tag: v4.16.3
9:56:48 AM: buildbot version: e9e3d43a47e741f8e4bfc543cd4f5a2efea8bed2
9:56:49 AM: Building without cache
9:56:49 AM: Starting to prepare the repo for build
9:56:49 AM: No cached dependencies found. Cloning fresh repo
9:56:49 AM: git clone --filter=blob:none --no-checkout https://github.com/***/***
9:56:49 AM: Preparing Git Reference pull/131/head
9:56:50 AM: Parsing package.json dependencies
9:56:52 AM: Starting build script
9:56:52 AM: Installing dependencies
9:56:52 AM: Python version set to 2.7
9:56:52 AM: v16.19.0 is already installed.
9:56:52 AM: Now using node v16.19.0 (npm v8.19.3)
9:56:52 AM: Enabling Node.js Corepack
9:56:52 AM: Started restoring cached build plugins
9:56:52 AM: Finished restoring cached build plugins
9:56:52 AM: Attempting Ruby version 2.7.2, read from environment
9:56:53 AM: Using Ruby version 2.7.2
9:56:53 AM: Using PHP version 8.0
9:56:53 AM: Started restoring cached corepack dependencies
9:56:53 AM: mv: cannot move '/opt/build/cache/.node/corepack' to '/opt/buildhome/.node/corepack': No such file or directory
9:56:53 AM: Finished restoring cached corepack dependencies
9:56:53 AM: Started restoring cached yarn cache
9:56:53 AM: Finished restoring cached yarn cache
9:56:53 AM: No yarn workspaces detected
9:56:53 AM: Started restoring cached node modules
9:56:53 AM: Finished restoring cached node modules
9:56:54 AM: Installing npm packages using Yarn version 1.22.19
9:56:54 AM: yarn install v1.22.19
9:56:54 AM: [1/4] Resolving packages...
9:56:54 AM: [2/4] Fetching packages...
9:57:01 AM: [3/4] Linking dependencies...
9:57:01 AM: warning " > @vue/eslint-config-standard@6.1.0" has incorrect peer dependency "eslint-plugin-vue@^7.0.0".
9:57:01 AM: warning "@vue/eslint-config-standard > eslint-import-resolver-webpack@0.13.2" has unmet peer dependency "webpack@>=1.11.0".
9:57:01 AM: warning " > sass-loader@10.2.1" has unmet peer dependency "webpack@^4.36.0 || ^5.0.0".
9:57:05 AM: [4/4] Building fresh packages...
9:57:05 AM: Done in 11.68s.
9:57:05 AM: npm packages installed using Yarn
9:57:06 AM: Started restoring cached go cache
9:57:06 AM: Finished restoring cached go cache
9:57:07 AM: Installing Go version 1.19.5 (requested 1.19.x)
9:57:11 AM: unset GOOS;
9:57:11 AM: unset GOARCH;
9:57:11 AM: export GOROOT='/opt/buildhome/.gimme/versions/go1.19.5.linux.amd64';
9:57:11 AM: export PATH="/opt/buildhome/.gimme/versions/go1.19.5.linux.amd64/bin:${PATH}";
9:57:11 AM: go version >&2;
9:57:11 AM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.19.5.linux.amd64.env"
9:57:11 AM: go version go1.19.5 linux/amd64
9:57:11 AM: Detected 1 framework(s)
9:57:11 AM: "vue" at version "5.0.4"
9:57:11 AM: Installing missing commands
9:57:11 AM: Verify run directory
9:57:11 AM: Section completed: initializing
9:57:13 AM: ​
9:57:13 AM:   Netlify Build                                                 
9:57:13 AM: ────────────────────────────────────────────────────────────────
9:57:13 AM: ​
9:57:13 AM: ❯ Version
9:57:13 AM:   @netlify/build 29.5.0
9:57:13 AM: ​
9:57:13 AM: ❯ Flags
9:57:13 AM:   baseRelDir: true
9:57:13 AM:   buildId: 63c905a8931ef749bab4c66a
9:57:13 AM:   deployId: 63c905a8931ef749bab4c66c
9:57:13 AM: ​
9:57:13 AM: ❯ Current directory
9:57:13 AM:   /opt/build/repo
9:57:13 AM: ​
9:57:13 AM: ❯ Config file
9:57:13 AM:   /opt/build/repo/netlify.toml
9:57:13 AM: ​
9:57:13 AM: ❯ Context
9:57:13 AM:   deploy-preview
9:57:13 AM: ​
9:57:13 AM:   1. Build command from Netlify app                             
9:57:13 AM: ────────────────────────────────────────────────────────────────
9:57:13 AM: ​
9:57:13 AM: $ npm run build
9:57:13 AM: > jubiwee-employee@1.0.0 build
9:57:13 AM: > vue-cli-service build
9:57:13 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:13 AM:   npx browserslist@latest --update-db
9:57:13 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:13 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:13 AM:   npx browserslist@latest --update-db
9:57:13 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:13 AM: -  Building legacy bundle for production...
9:57:13 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:13 AM:   npx browserslist@latest --update-db
9:57:13 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:14 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:14 AM:   npx browserslist@latest --update-db
9:57:14 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:14 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:14 AM:   npx browserslist@latest --update-db
9:57:14 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:14 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:14 AM:   npx browserslist@latest --update-db
9:57:14 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:14 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:14 AM:   npx browserslist@latest --update-db
9:57:14 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:14 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:14 AM:   npx browserslist@latest --update-db
9:57:14 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:15 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:15 AM:   npx browserslist@latest --update-db
9:57:15 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:15 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:15 AM:   npx browserslist@latest --update-db
9:57:15 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:15 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:15 AM:   npx browserslist@latest --update-db
9:57:15 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:15 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:15 AM:   npx browserslist@latest --update-db
9:57:15 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:15 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:15 AM:   npx browserslist@latest --update-db
9:57:15 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:15 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:15 AM:   npx browserslist@latest --update-db
9:57:15 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:15 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:15 AM:   npx browserslist@latest --update-db
9:57:15 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:16 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:16 AM:   npx browserslist@latest --update-db
9:57:16 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:16 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:16 AM:   npx browserslist@latest --update-db
9:57:16 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:16 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:16 AM:   npx browserslist@latest --update-db
9:57:16 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:16 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:16 AM:   npx browserslist@latest --update-db
9:57:16 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:16 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:16 AM:   npx browserslist@latest --update-db
9:57:16 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:16 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:16 AM:   npx browserslist@latest --update-db
9:57:16 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:16 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:16 AM:   npx browserslist@latest --update-db
9:57:16 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:16 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:16 AM:   npx browserslist@latest --update-db
9:57:16 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:17 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:17 AM:   npx browserslist@latest --update-db
9:57:17 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:17 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:17 AM:   npx browserslist@latest --update-db
9:57:17 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:17 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:17 AM:   npx browserslist@latest --update-db
9:57:17 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:17 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:17 AM:   npx browserslist@latest --update-db
9:57:17 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:17 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:17 AM:   npx browserslist@latest --update-db
9:57:17 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:18 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:18 AM:   npx browserslist@latest --update-db
9:57:18 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:19 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:19 AM:   npx browserslist@latest --update-db
9:57:19 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:19 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:19 AM:   npx browserslist@latest --update-db
9:57:19 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:19 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:19 AM:   npx browserslist@latest --update-db
9:57:19 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:19 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:19 AM:   npx browserslist@latest --update-db
9:57:19 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:19 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:19 AM:   npx browserslist@latest --update-db
9:57:19 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:19 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:19 AM:   npx browserslist@latest --update-db
9:57:19 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:19 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:19 AM:   npx browserslist@latest --update-db
9:57:19 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:19 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:19 AM:   npx browserslist@latest --update-db
9:57:19 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:21 AM: [BABEL] Note: The code generator has deoptimised the styling of /opt/build/repo/node_modules/lottie-web/build/player/lottie.js as it exceeds the max of 500KB.
9:57:22 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:22 AM:   npx browserslist@latest --update-db
9:57:22 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:28 AM:  WARNING  Compiled with 2 warnings8:57:28 AM
9:57:28 AM:  warning 
9:57:28 AM: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
9:57:28 AM: This can impact web performance.
9:57:28 AM: Assets:
9:57:28 AM:   js/index-legacy.1c25359f.js (1.01 MiB)
9:57:28 AM:   js/src_remote_js-src_assets_images_languages_flags_de_svg-src_assets_images_languages_flags_en_s-98fd19-legacy.a46ba3c2.js (1.02 MiB)
9:57:28 AM:  warning 
9:57:28 AM: entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
9:57:28 AM: Entrypoints:
9:57:28 AM:   index (1.01 MiB)
9:57:28 AM:       js/index-legacy.1c25359f.js
9:57:29 AM:   File                                      Size             Gzipped
9:57:29 AM:   dist/js/src_remote_js-src_assets_image    1044.79 KiB      225.10 KiB
9:57:29 AM:   s_languages_flags_de_svg-src_assets_im
9:57:29 AM:   ages_languages_flags_en_s-98fd19-legac
9:57:29 AM:   y.a46ba3c2.js
9:57:29 AM:   dist/js/index-legacy.1c25359f.js          1029.53 KiB      227.48 KiB
9:57:29 AM:   dist/remoteEntry.js                       3.80 KiB         1.74 KiB
9:57:29 AM:   Images and other types of assets omitted.
9:57:29 AM:   Build at: 2023-01-19T08:57:29.972Z - Hash: ee497d4cddbc5d5c - Time: 13914ms
9:57:30 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:30 AM:   npx browserslist@latest --update-db
9:57:30 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:30 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:30 AM:   npx browserslist@latest --update-db
9:57:30 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:30 AM: -  Building module bundle for production...
9:57:30 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:30 AM:   npx browserslist@latest --update-db
9:57:30 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:30 AM: Browserslist: caniuse-lite is outdated. Please run:
9:57:30 AM:   npx browserslist@latest --update-db
9:57:30 AM:   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9:57:34 AM:  WARNING  Compiled with 2 warnings8:57:34 AM
9:57:34 AM:  warning 
9:57:34 AM: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
9:57:34 AM: This can impact web performance.
9:57:34 AM: Assets:
9:57:34 AM:   js/index.276be7eb.js (1.01 MiB)
9:57:34 AM:   js/src_remote_js-src_assets_images_languages_flags_de_svg-src_assets_images_languages_flags_en_s-98fd19.a46ba3c2.js (1.02 MiB)
9:57:34 AM:  warning 
9:57:34 AM: entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
9:57:34 AM: Entrypoints:
9:57:34 AM:   index (1.01 MiB)
9:57:34 AM:       js/index.276be7eb.js
9:57:35 AM:   File                                      Size             Gzipped
9:57:35 AM:   dist/js/src_remote_js-src_assets_image    1044.79 KiB      225.10 KiB
9:57:35 AM:   s_languages_flags_de_svg-src_assets_im
9:57:35 AM:   ages_languages_flags_en_s-98fd19.a46ba
9:57:35 AM:   3c2.js
9:57:35 AM:   dist/js/index.276be7eb.js                 1029.53 KiB      227.48 KiB
9:57:35 AM:   dist/remoteEntry.js                       3.80 KiB         1.74 KiB
9:57:35 AM: Starting post processing
9:57:35 AM:   dist/js/safari-nomodule-fix.js            0.31 KiB         0.23 KiB
9:57:35 AM:   Images and other types of assets omitted.
9:57:35 AM:   Build at: 2023-01-19T08:57:35.232Z - Hash: 977af8bbfedda667 - Time: 3808ms
9:57:35 AM:  DONE  Build complete. The dist directory is ready to be deployed.
9:57:35 AM: Post processing - HTML
9:57:35 AM:  INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
9:57:35 AM: ​
9:57:35 AM: (build.command completed in 22.2s)
9:57:35 AM: Post processing - header rules
9:57:35 AM: ​
9:57:35 AM:   2. Deploy site                                                
9:57:35 AM: ────────────────────────────────────────────────────────────────
9:57:35 AM: Post processing - redirect rules
9:57:35 AM: ​
9:57:35 AM: Starting to deploy site from 'dist'
9:57:35 AM: Creating deploy tree 
9:57:35 AM: 0 new files to upload
9:57:36 AM: Post processing done
9:57:35 AM: 0 new functions to upload
9:57:35 AM: Section completed: deploying
9:57:35 AM: Site deploy was successfully initiated
9:57:36 AM: Section completed: postprocessing
9:57:35 AM: ​
9:57:35 AM: (Deploy site completed in 86ms)
9:57:35 AM: ​
9:57:35 AM:   Netlify Build Complete                                        
9:57:35 AM: ────────────────────────────────────────────────────────────────
9:57:35 AM: ​
9:57:35 AM: (Netlify Build completed in 22.3s)
9:57:35 AM: Caching artifacts
9:57:35 AM: Started saving node modules
9:57:35 AM: Finished saving node modules
9:57:35 AM: Started saving build plugins
9:57:35 AM: Finished saving build plugins
9:57:36 AM: Site is live ✨
9:57:35 AM: Started saving yarn cache
9:57:37 AM: Finished saving yarn cache
9:57:37 AM: Started saving pip cache
9:57:37 AM: Finished saving pip cache
9:57:37 AM: Started saving emacs cask dependencies
9:57:37 AM: Finished saving emacs cask dependencies
9:57:37 AM: Started saving maven dependencies
9:57:37 AM: Finished saving maven dependencies
9:57:37 AM: Started saving boot dependencies
9:57:37 AM: Finished saving boot dependencies
9:57:37 AM: Started saving rust rustup cache
9:57:37 AM: Finished saving rust rustup cache
9:57:37 AM: Started saving go dependencies
9:57:37 AM: Finished saving go dependencies
9:57:38 AM: Build script success
9:57:38 AM: Section completed: building
9:57:38 AM: Uploading Cache of size 149.1MB
9:57:39 AM: Section completed: cleanup
9:57:39 AM: Finished processing build request in 50.72060067s

netlify.toml contents:

[[redirects]]
  from = "/*"
  to = "/index.html"
  status = 200

Note: removing this file doesn’t make any difference.

Any help would be appreciated. Please let me know if I can provide anything else.

1 Like

can you share your repo?

Unfortunately I cannot (share the repo) as it’s a private company one. Can I provide any other information?

Can you confirm what steps you’ve tried?