Page Not Found following publication

Hi,

I did search to see if there was an answer to this in the community already, unfortunately I did not find it. Apologies if there is and I somehow missed it.

I tried deploying my site and it appears to have published successfully, but when I browse to my site I am getting a ‘Page Not Found’ error. I am not sure what I am missing here.

My site name is: frosty-villani-15ad4b
My custom domain is: https://holidays.heylin.eu/

My deploy log is as follows:

8:58:40 AM: Build ready to start
8:58:41 AM: build-image version: b0258b965567defc4a2d7e2f2dec2e00c8f73ad6
8:58:41 AM: build-image tag: v3.4.1
8:58:41 AM: buildbot version: 9042ba4998dab698f1f37fb8d36912c08a387191
8:58:42 AM: Fetching cached dependencies
8:58:42 AM: Starting to download cache of 101.3MB
8:58:43 AM: Finished downloading cache in 1.730940934s
8:58:43 AM: Starting to extract cache
8:58:48 AM: Finished extracting cache in 4.407855622s
8:58:48 AM: Finished fetching cache in 6.168606959s
8:58:48 AM: Starting to prepare the repo for build
8:58:48 AM: Preparing Git Reference refs/heads/master
8:58:50 AM: Starting build script
8:58:50 AM: Installing dependencies
8:58:50 AM: Python version set to 2.7
8:58:50 AM: Started restoring cached node version
8:58:53 AM: Finished restoring cached node version
8:58:54 AM: v12.18.0 is already installed.
8:58:54 AM: Now using node v12.18.0 (npm v6.14.4)
8:58:54 AM: Started restoring cached build plugins
8:58:54 AM: Finished restoring cached build plugins
8:58:55 AM: Attempting ruby version 2.7.1, read from environment
8:58:56 AM: Using ruby version 2.7.1
8:58:56 AM: Using PHP version 7.4
8:58:56 AM: 5.2 is already installed.
8:58:56 AM: Using Swift version 5.2
8:58:56 AM: Started restoring cached node modules
8:58:56 AM: Finished restoring cached node modules
8:58:56 AM: Started restoring cached yarn cache
8:58:56 AM: Finished restoring cached yarn cache
8:58:57 AM: Installing NPM modules using Yarn version 1.22.4
8:58:57 AM: yarn install v1.22.4
8:58:57 AM: [1/4] Resolving packages...
8:58:58 AM: success Already up-to-date.
8:58:58 AM: Done in 0.69s.
8:58:58 AM: NPM modules installed using Yarn
8:58:58 AM: Started restoring cached composer dependencies
8:58:58 AM: Finished restoring cached composer dependencies
8:58:58 AM: Loading composer repositories with package information
8:58:58 AM: Installing dependencies (including require-dev) from lock file
8:58:58 AM: Package operations: 30 installs, 0 updates, 0 removals
8:58:58 AM:   - Installing doctrine/inflector (1.3.1): Loading from cache
8:58:58 AM:   - Installing erusev/parsedown (1.7.4): Loading from cache
8:58:58 AM:   - Installing hamcrest/hamcrest-php (v2.0.0): Loading from cache
8:58:58 AM:   - Installing voku/portable-ascii (1.4.10): Loading from cache
8:58:59 AM:   - Installing symfony/translation-contracts (v2.0.1): Loading from cache
8:58:59 AM:   - Installing symfony/polyfill-mbstring (v1.15.0): Loading from cache
8:58:59 AM:   - Installing symfony/translation (v5.0.8): Loading from cache
8:58:59 AM:   - Installing nesbot/carbon (2.33.0): Loading from cache
8:58:59 AM:   - Installing psr/simple-cache (1.0.1): Loading from cache
8:58:59 AM:   - Installing psr/container (1.0.0): Loading from cache
8:58:59 AM:   - Installing illuminate/contracts (v7.10.3): Loading from cache
8:58:59 AM:   - Installing illuminate/support (v7.10.3): Loading from cache
8:58:59 AM:   - Installing illuminate/container (v7.10.3): Loading from cache
8:58:59 AM:   - Installing illuminate/events (v7.10.3): Loading from cache
8:58:59 AM:   - Installing symfony/finder (v5.0.8): Loading from cache
8:58:59 AM:   - Installing illuminate/filesystem (v7.10.3): Loading from cache
8:58:59 AM:   - Installing symfony/polyfill-php73 (v1.15.0): Loading from cache
8:58:59 AM:   - Installing symfony/service-contracts (v2.0.1): Loading from cache
8:58:59 AM:   - Installing symfony/polyfill-ctype (v1.15.0): Loading from cache
8:58:59 AM:   - Installing phpoption/phpoption (1.7.3): Loading from cache
8:58:59 AM:   - Installing vlucas/phpdotenv (v4.1.5): Loading from cache
8:58:59 AM:   - Installing symfony/yaml (v4.4.8): Loading from cache
8:58:59 AM:   - Installing symfony/var-dumper (v5.0.8): Loading from cache
8:58:59 AM:   - Installing symfony/process (v5.0.8): Loading from cache
8:58:59 AM:   - Installing symfony/console (v5.0.8): Loading from cache
8:58:59 AM:   - Installing mockery/mockery (1.3.1): Loading from cache
8:58:59 AM:   - Installing mnapoli/front-yaml (1.6.0): Loading from cache
8:58:59 AM:   - Installing michelf/php-markdown (1.9.0): Loading from cache
8:58:59 AM:   - Installing illuminate/view (v7.10.3): Loading from cache
8:58:59 AM:   - Installing tightenco/jigsaw (v1.3.27): Loading from cache
8:59:00 AM: symfony/translation suggests installing symfony/config
8:59:00 AM: illuminate/support suggests installing moontoast/math (Required to use ordered UUIDs (^1.1).)
8:59:00 AM: illuminate/support suggests installing ramsey/uuid (Required to use Str::uuid() (^3.7|^4.0).)
8:59:00 AM: illuminate/filesystem suggests installing illuminate/http (Required for handling uploaded files (^7.0))
8:59:00 AM: illuminate/filesystem suggests installing league/flysystem (Required to use the Flysystem local and FTP drivers (^1.0).)
8:59:00 AM: illuminate/filesystem suggests installing league/flysystem-aws-s3-v3 (Required to use the Flysystem S3 driver (^1.0).)
8:59:00 AM: illuminate/filesystem suggests installing league/flysystem-cached-adapter (Required to use the Flysystem cache (^1.0).)
8:59:00 AM: illuminate/filesystem suggests installing league/flysystem-sftp (Required to use the Flysystem SFTP driver (^1.0).)
8:59:00 AM: illuminate/filesystem suggests installing psr/http-message (Required to allow Storage::put to accept a StreamInterface (^1.0))
8:59:00 AM: symfony/service-contracts suggests installing symfony/service-implementation
8:59:00 AM: symfony/console suggests installing psr/log (For using the console logger)
8:59:00 AM: symfony/console suggests installing symfony/event-dispatcher
8:59:00 AM: symfony/console suggests installing symfony/lock
8:59:00 AM: Generating autoload files
8:59:00 AM: 12 packages you are using are looking for funding.
8:59:00 AM: Use the `composer fund` command to find out more!
8:59:00 AM: Started restoring cached go cache
8:59:00 AM: Finished restoring cached go cache
8:59:00 AM: go version go1.14.4 linux/amd64
8:59:00 AM: go version go1.14.4 linux/amd64
8:59:00 AM: Installing missing commands
8:59:00 AM: Verify run directory
8:59:01 AM: ​
8:59:01 AM: ┌─────────────────────────────┐
8:59:01 AM: │        Netlify Build        │
8:59:01 AM: └─────────────────────────────┘
8:59:01 AM: ​
8:59:01 AM: ❯ Version
8:59:01 AM:   @netlify/build 3.1.10
8:59:01 AM: ​
8:59:01 AM: ❯ Flags
8:59:01 AM:   deployId: 5f36442f0d048d0008d9deb1
8:59:01 AM:   mode: buildbot
8:59:01 AM:   timersFile: /tmp/substage_times.txt
8:59:01 AM: ​
8:59:01 AM: ❯ Current directory
8:59:01 AM:   /opt/build/repo
8:59:01 AM: ​
8:59:01 AM: ❯ Config file
8:59:01 AM:   /opt/build/repo/netlify.toml
8:59:01 AM: ​
8:59:01 AM: ❯ Context
8:59:01 AM:   production
8:59:01 AM: ​
8:59:01 AM: ┌────────────────────────────────────┐
8:59:01 AM: │ 1. build.command from netlify.toml │
8:59:01 AM: └────────────────────────────────────┘
8:59:01 AM: ​
8:59:01 AM: $ npm run production
8:59:01 AM: > @ production /opt/build/repo
8:59:01 AM: > cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js
8:59:04 AM: <s> [webpack.Progress] 0% compiling
8:59:04 AM: <s> [webpack.Progress] 10% building 0/0 modules 0 active
8:59:04 AM: <s> [webpack.Progress] 10% building 0/1 modules 1 active multi /opt/build/repo/source/_assets/js/main.js /opt/build/repo/source/_assets/sass/main.scss
8:59:04 AM: <s> [webpack.Progress] 10% building 1/1 modules 0 active
8:59:04 AM: <s> [webpack.Progress] 10% building 1/2 modules 1 active /opt/build/repo/node_modules/babel-loader/lib/index.js??ref--4-0!/opt/build/repo/source/_assets/js/main.js
8:59:04 AM: <s> [webpack.Progress] 10% building 1/3 modules 2 active /opt/build/repo/node_modules/extract-text-webpack-plugin/dist/loader.js??ref--5-0!/opt/build/repo/node_modules/style-loader/index.js!/opt/build/repo/node_modules/css-loader/index.js??ref--5-2!/opt/build/repo/node_modules/postcss-loader/src/index.js??postcss0!/opt/build/repo/node_modules/sass-loader/dist/cjs.js??ref--5-4!/opt/build/repo/source/_assets/sass/main.scss
8:59:04 AM: <s> [webpack.Progress] 10% building 2/3 modules 1 active /opt/build/repo/node_modules/babel-loader/lib/index.js??ref--4-0!/opt/build/repo/source/_assets/js/main.js
8:59:04 AM: <s> [webpack.Progress] 10% building 2/4 modules 2 active /opt/build/repo/node_modules/css-loader/index.js??ref--5-2!/opt/build/repo/node_modules/postcss-loader/src/index.js??postcss0!/opt/build/repo/node_modules/sass-loader/dist/cjs.js??ref--5-4!/opt/build/repo/source/_assets/sass/main.scss
8:59:04 AM: <s> [webpack.Progress] 10% building 2/5 modules 3 active /opt/build/repo/node_modules/style-loader/lib/addStyles.js
8:59:05 AM: <s> [webpack.Progress] 10% building 3/5 modules 2 active /opt/build/repo/node_modules/css-loader/index.js??ref--5-2!/opt/build/repo/node_modules/postcss-loader/src/index.js??postcss0!/opt/build/repo/node_modules/sass-loader/dist/cjs.js??ref--5-4!/opt/build/repo/source/_assets/sass/main.scss
8:59:05 AM: <s> [webpack.Progress] 10% building 4/5 modules 1 active /opt/build/repo/node_modules/css-loader/index.js??ref--5-2!/opt/build/repo/node_modules/postcss-loader/src/index.js??postcss0!/opt/build/repo/node_modules/sass-loader/dist/cjs.js??ref--5-4!/opt/build/repo/source/_assets/sass/main.scss
8:59:05 AM: <s> [webpack.Progress] 10% building 4/6 modules 2 active /opt/build/repo/node_modules/style-loader/lib/urls.js
8:59:05 AM: <s> [webpack.Progress] 10% building 4/7 modules 3 active /opt/build/repo/node_modules/babel-loader/lib/index.js??ref--4-0!/opt/build/repo/source/_assets/js/highlight.js
8:59:05 AM: <s> [webpack.Progress] 10% building 4/8 modules 4 active /opt/build/repo/node_modules/babel-loader/lib/index.js??ref--4-0!/opt/build/repo/source/_assets/js/contact.js
8:59:05 AM: <s> [webpack.Progress] 10% building 5/8 modules 3 active /opt/build/repo/node_modules/babel-loader/lib/index.js??ref--4-0!/opt/build/repo/source/_assets/js/contact.js
8:59:05 AM: <s> [webpack.Progress] 10% building 6/8 modules 2 active /opt/build/repo/node_modules/babel-loader/lib/index.js??ref--4-0!/opt/build/repo/source/_assets/js/contact.js
8:59:05 AM: <s> [webpack.Progress] 10% building 7/8 modules 1 active /opt/build/repo/node_modules/css-loader/index.js??ref--5-2!/opt/build/repo/node_modules/postcss-loader/src/index.js??postcss0!/opt/build/repo/node_modules/sass-loader/dist/cjs.js??ref--5-4!/opt/build/repo/source/_assets/sass/main.scss
8:59:05 AM: <s> [webpack.Progress] 10% building 7/9 modules 2 active /opt/build/repo/node_modules/sharer.js/sharer.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/9 modules 1 active /opt/build/repo/node_modules/css-loader/index.js??ref--5-2!/opt/build/repo/node_modules/postcss-loader/src/index.js??postcss0!/opt/build/repo/node_modules/sass-loader/dist/cjs.js??ref--5-4!/opt/build/repo/source/_assets/sass/main.scss
8:59:05 AM: <s> [webpack.Progress] 10% building 8/10 modules 2 active /opt/build/repo/node_modules/babel-loader/lib/index.js??ref--4-0!/opt/build/repo/source/_assets/js/notyf.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/11 modules 3 active /opt/build/repo/node_modules/highlight.js/lib/core.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/12 modules 4 active /opt/build/repo/node_modules/highlight.js/lib/languages/xml.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/13 modules 5 active /opt/build/repo/node_modules/highlight.js/lib/languages/css.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/14 modules 6 active /opt/build/repo/node_modules/highlight.js/lib/languages/scss.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/15 modules 7 active /opt/build/repo/node_modules/highlight.js/lib/languages/javascript.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/16 modules 8 active /opt/build/repo/node_modules/highlight.js/lib/languages/json.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/17 modules 9 active /opt/build/repo/node_modules/highlight.js/lib/languages/php.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/18 modules 10 active /opt/build/repo/node_modules/highlight.js/lib/languages/php-template.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/19 modules 11 active /opt/build/repo/node_modules/highlight.js/lib/languages/apache.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/20 modules 12 active /opt/build/repo/node_modules/highlight.js/lib/languages/yaml.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/21 modules 13 active /opt/build/repo/node_modules/highlight.js/lib/languages/markdown.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/22 modules 14 active /opt/build/repo/node_modules/highlight.js/lib/languages/bash.js
8:59:05 AM: <s> [webpack.Progress] 10% building 8/23 modules 15 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 11% building 9/23 modules 14 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 11% building 10/23 modules 13 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 11% building 11/23 modules 12 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 11% building 12/23 modules 11 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 11% building 13/23 modules 10 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 11% building 14/23 modules 9 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 11% building 15/23 modules 8 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 11% building 16/23 modules 7 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 12% building 17/23 modules 6 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 12% building 18/23 modules 5 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 12% building 19/23 modules 4 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 12% building 20/23 modules 3 active /opt/build/repo/node_modules/highlight.js/lib/languages/shell.js
8:59:05 AM: <s> [webpack.Progress] 12% building 21/23 modules 2 active /opt/build/repo/node_modules/babel-loader/lib/index.js??ref--4-0!/opt/build/repo/source/_assets/js/notyf.js
8:59:05 AM: <s> [webpack.Progress] 12% building 22/23 modules 1 active /opt/build/repo/node_modules/css-loader/index.js??ref--5-2!/opt/build/repo/node_modules/postcss-loader/src/index.js??postcss0!/opt/build/repo/node_modules/sass-loader/dist/cjs.js??ref--5-4!/opt/build/repo/source/_assets/sass/main.scss
8:59:05 AM: <s> [webpack.Progress] 12% building 22/24 modules 2 active /opt/build/repo/node_modules/notyf/notyf.es.js
8:59:05 AM: <s> [webpack.Progress] 12% building 23/24 modules 1 active /opt/build/repo/node_modules/css-loader/index.js??ref--5-2!/opt/build/repo/node_modules/postcss-loader/src/index.js??postcss0!/opt/build/repo/node_modules/sass-loader/dist/cjs.js??ref--5-4!/opt/build/repo/source/_assets/sass/main.scss
8:59:05 AM: <s> [webpack.Progress] 12% building 24/24 modules 0 active
8:59:05 AM: <s> [webpack.Progress] 12% building 24/25 modules 1 active /opt/build/repo/node_modules/css-loader/lib/css-base.js
8:59:05 AM: <s> [webpack.Progress] 13% building 25/25 modules 0 active
8:59:05 AM: <s> [webpack.Progress] 70% building 25/25 modules 0 active
8:59:05 AM: <s> [webpack.Progress] 70% finish module graph
8:59:05 AM: <s> [webpack.Progress] 70% finish module graph FlagDependencyExportsPlugin
8:59:05 AM: <s> [webpack.Progress] 70% finish module graph WasmFinalizeExportsPlugin
8:59:05 AM: <s> [webpack.Progress] 70% sealing
8:59:05 AM: <s> [webpack.Progress] 70% sealing WarnCaseSensitiveModulesPlugin
8:59:05 AM: <s> [webpack.Progress] 72% basic dependencies optimization
8:59:05 AM: <s> [webpack.Progress] 72% dependencies optimization
8:59:05 AM: <s> [webpack.Progress] 72% dependencies optimization SideEffectsFlagPlugin
8:59:05 AM: <s> [webpack.Progress] 72% dependencies optimization FlagDependencyUsagePlugin
8:59:05 AM: <s> [webpack.Progress] 73% advanced dependencies optimization
8:59:05 AM: <s> [webpack.Progress] 73% after dependencies optimization
8:59:05 AM: <s> [webpack.Progress] 71% chunk graph
8:59:05 AM: <s> [webpack.Progress] 71% after chunk graph
8:59:05 AM: <s> [webpack.Progress] 71% after chunk graph WebAssemblyModulesPlugin
8:59:05 AM: <s> [webpack.Progress] 74% optimizing
8:59:05 AM: <s> [webpack.Progress] 74% basic module optimization
8:59:05 AM: <s> [webpack.Progress] 75% module optimization
8:59:05 AM: <s> [webpack.Progress] 75% advanced module optimization
8:59:05 AM: <s> [webpack.Progress] 76% after module optimization
8:59:05 AM: <s> [webpack.Progress] 76% basic chunk optimization
8:59:05 AM: <s> [webpack.Progress] 76% basic chunk optimization EnsureChunkConditionsPlugin
8:59:05 AM: <s> [webpack.Progress] 76% basic chunk optimization RemoveParentModulesPlugin
8:59:05 AM: <s> [webpack.Progress] 76% basic chunk optimization RemoveEmptyChunksPlugin
8:59:05 AM: <s> [webpack.Progress] 76% basic chunk optimization MergeDuplicateChunksPlugin
8:59:05 AM: <s> [webpack.Progress] 77% chunk optimization
8:59:05 AM: <s> [webpack.Progress] 77% advanced chunk optimization
8:59:05 AM: <s> [webpack.Progress] 77% advanced chunk optimization SplitChunksPlugin
8:59:05 AM: <s> [webpack.Progress] 77% advanced chunk optimization RemoveEmptyChunksPlugin
8:59:05 AM: <s> [webpack.Progress] 77% after chunk optimization
8:59:05 AM: <s> [webpack.Progress] 78% module and chunk tree optimization
8:59:05 AM: <s> [webpack.Progress] 78% module and chunk tree optimization ExtractTextPlugin
8:59:05 AM: <s> [webpack.Progress] 70% building 25/26 modules 1 active /opt/build/repo/node_modules/extract-text-webpack-plugin/dist/loader.js??ref--5-0!/opt/build/repo/node_modules/style-loader/index.js!/opt/build/repo/node_modules/css-loader/index.js??ref--5-2!/opt/build/repo/node_modules/postcss-loader/src/index.js??postcss0!/opt/build/repo/node_modules/sass-loader/dist/cjs.js??ref--5-4!/opt/build/repo/source/_assets/sass/main.scss
8:59:05 AM: <s> [webpack.Progress] 70% building 26/26 modules 0 active
8:59:05 AM: <s> [webpack.Progress] 78% after module and chunk tree optimization
8:59:05 AM: <s> [webpack.Progress] 79% basic chunk modules optimization
8:59:05 AM: <s> [webpack.Progress] 80% chunk modules optimization
8:59:05 AM: <s> [webpack.Progress] 80% chunk modules optimization ModuleConcatenationPlugin
8:59:05 AM: <s> [webpack.Progress] 80% advanced chunk modules optimization
8:59:05 AM: <s> [webpack.Progress] 81% after chunk modules optimization
8:59:05 AM: <s> [webpack.Progress] 81% module reviving
8:59:05 AM: <s> [webpack.Progress] 81% module reviving RecordIdsPlugin
8:59:05 AM: <s> [webpack.Progress] 82% module order optimization
8:59:05 AM: <s> [webpack.Progress] 82% module order optimization OccurrenceOrderModuleIdsPlugin
8:59:05 AM: <s> [webpack.Progress] 82% advanced module order optimization
8:59:05 AM: <s> [webpack.Progress] 83% before module ids
8:59:05 AM: <s> [webpack.Progress] 83% before module ids HashedModuleIdsPlugin
8:59:05 AM: <s> [webpack.Progress] 83% module ids
8:59:05 AM: <s> [webpack.Progress] 84% module id optimization
8:59:05 AM: <s> [webpack.Progress] 84% module id optimization
8:59:05 AM: <s> [webpack.Progress] 85% chunk reviving
8:59:05 AM: <s> [webpack.Progress] 85% chunk reviving RecordIdsPlugin
8:59:05 AM: <s> [webpack.Progress] 85% chunk order optimization
8:59:05 AM: <s> [webpack.Progress] 85% chunk order optimization OccurrenceOrderChunkIdsPlugin
8:59:05 AM: <s> [webpack.Progress] 86% before chunk ids
8:59:05 AM: <s> [webpack.Progress] 86% chunk id optimization
8:59:05 AM: <s> [webpack.Progress] 86% chunk id optimization FlagIncludedChunksPlugin
8:59:05 AM: <s> [webpack.Progress] 87% after chunk id optimization
8:59:05 AM: <s> [webpack.Progress] 87% record modules
8:59:05 AM: <s> [webpack.Progress] 87% record modules RecordIdsPlugin
8:59:05 AM: <s> [webpack.Progress] 87% record chunks
8:59:05 AM: <s> [webpack.Progress] 87% record chunks RecordIdsPlugin
8:59:05 AM: <s> [webpack.Progress] 88% hashing
8:59:05 AM: <s> [webpack.Progress] 88% after hashing
8:59:05 AM: <s> [webpack.Progress] 89% record hash
8:59:05 AM: <s> [webpack.Progress] 89% module assets processing
8:59:05 AM: <s> [webpack.Progress] 90% chunk assets processing
8:59:05 AM: <s> [webpack.Progress] 90% additional chunk assets processing
8:59:05 AM: <s> [webpack.Progress] 91% recording
8:59:05 AM: <s> [webpack.Progress] 92% additional asset processing
8:59:05 AM: <s> [webpack.Progress] 92% additional asset processing ExtractTextPlugin
8:59:05 AM: <s> [webpack.Progress] 92% chunk asset optimization
8:59:05 AM: <s> [webpack.Progress] 92% chunk asset optimization TerserPlugin
8:59:05 AM: <s> [webpack.Progress] 92% chunk asset optimization OptimizeCssAssetsWebpackPlugin
8:59:06 AM: <s> [webpack.Progress] 93% after chunk asset optimization
8:59:06 AM: <s> [webpack.Progress] 93% asset optimization
8:59:06 AM: <s> [webpack.Progress] 94% after asset optimization
8:59:06 AM: <s> [webpack.Progress] 94% after seal
8:59:06 AM: <s> [webpack.Progress] 95% emitting
8:59:06 AM: <s> [webpack.Progress] 95% emitting unnamed compat plugin
8:59:06 AM: <s> [webpack.Progress] 95% emitting OptimizeCssAssetsWebpackPlugin
8:59:06 AM: <s> [webpack.Progress] 98% after emitting
8:59:06 AM: <s> [webpack.Progress] 98% after emitting SizeLimitsPlugin
8:59:06 AM:  DONE  Compiled successfully in 2028ms7:59:06 AM
8:59:06 AM: <s> [webpack.Progress] 100%
8:59:06 AM:        Asset      Size  Chunks             Chunk Names
8:59:06 AM:  /js/main.js  53.9 KiB       0  [emitted]  /js/main
8:59:06 AM: css/main.css  6.09 KiB       0  [emitted]  /js/main
8:59:06 AM: PHP Parse error:  syntax error, unexpected '}', expecting ';' in /opt/build/repo/config.php on line 48
8:59:06 AM: ​
8:59:06 AM: (build.command completed in 5.2s)
8:59:06 AM: ​
8:59:06 AM: ┌─────────────────────────────┐
8:59:06 AM: │   Netlify Build Complete    │
8:59:06 AM: └─────────────────────────────┘
8:59:06 AM: ​
8:59:06 AM: (Netlify Build completed in 5.2s)
8:59:06 AM: Caching artifacts
8:59:06 AM: Started saving node modules
8:59:06 AM: Finished saving node modules
8:59:06 AM: Started saving build plugins
8:59:06 AM: Finished saving build plugins
8:59:06 AM: Started saving yarn cache
8:59:06 AM: Finished saving yarn cache
8:59:06 AM: Started saving pip cache
8:59:06 AM: Finished saving pip cache
8:59:06 AM: Started saving emacs cask dependencies
8:59:06 AM: Finished saving emacs cask dependencies
8:59:06 AM: Started saving maven dependencies
8:59:06 AM: Finished saving maven dependencies
8:59:06 AM: Started saving boot dependencies
8:59:06 AM: Finished saving boot dependencies
8:59:06 AM: Started saving composer dependencies
8:59:06 AM: Finished saving composer dependencies
8:59:06 AM: Started saving go dependencies
8:59:06 AM: Finished saving go dependencies
8:59:06 AM: Build script success
8:59:06 AM: Starting to deploy site from ''
8:59:07 AM: Creating deploy tree asynchronously
8:59:07 AM: Creating deploy upload records
8:59:09 AM: 17 new files to upload
8:59:09 AM: 0 new functions to upload
8:59:12 AM: Starting post processing
8:59:12 AM: Post processing - HTML
8:59:13 AM: Mixed content detected in: /vendor/tightenco/jigsaw/tests/snapshots/people/index.html
8:59:13 AM: --> insecure link urls:
8:59:13 AM:   - http://jigsaw.test/css/main.css
8:59:14 AM: Post processing - header rules
8:59:14 AM: Post processing - redirect rules
8:59:15 AM: Post processing done
8:59:15 AM: Site is live
8:59:26 AM: Finished processing build request in 45.020800495s

@galtech Welcome to the Netlify community.

Sounds as though you might have built your site into a subdirectory. Check out this to see if it addresses your issue:

https://answers.netlify.com/t/support-guide-i-ve-deployed-my-site-but-i-still-see-page-not-found/

You can also download a ZIP file containing all the files in your build to double-check that all the files are there, and are where you expect them to be.

Hi gregraven,

Thank you for the reply.
I originally deployed this site (GitHub - raniesantos/artisan-static: A feature-rich starter template for building a static Jigsaw blog hosted on Netlify.) from a list on Netlify and it worked fine. I cloned this repo and made a number of changes, however I am using the same deployment settings. Unfortunately the site no longer deploys correctly even though I got the Published status.
I tried downloading the ZIP of the web files and the structure looks fine.
I am not sure why I am getting a Page Not Found error.

Hi, @galtech, I don’t see any HTML files. This URL is working though:

https://holidays.heylin.eu/vendor/symfony/process/readme.md

This looks like a PHP site and server side PHP code isn’t supported by our service.

This support guide might be helpful:

Hi Luke,
Thank you for the reply.
I am using one of the Jamstack templates provided on Netlify. The one I selected was the first one Artisan Static.

can you point us towards where you downloaded that template?

I downloaded the first template from the list on this page: https://templates.netlify.com/ (called Artisan Static)

I did manage to get the site visible at https://holidays.heylin.eu/. The page not found error seems to occur if a publish directory is missing in the netlify.toml file. I had tried removing this directory because I had been getting an error that the directory did not exist. I think the directory was not being created during the deployment due to another error within the application.

galtech, could you pop a screenshot of your build settings? thanks.

I might not have been clear enough in my last post. The site now appears to be working as expected.

The page not found error was caused by removing the publish directory from the .toml file. I removed this directory name because the build was failing. Removing the publish directory resulted in a successful build, but a page not found error. The build had been failing due to a separate error within the application.

Here are the build settings any way. Feedback, tips, advice always welcome.

Thanks.

glad it’s working now :star_struck: