Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 when open a post link #83

Open
vincenzopalazzo opened this issue Sep 15, 2024 · 3 comments
Open

404 when open a post link #83

vincenzopalazzo opened this issue Sep 15, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@vincenzopalazzo
Copy link

Searching for a link will return in a 404

I am trying to access the following post https://blog.hedwing.dev/ln/lnprototest/lnprototest_intro_1ofn/ but the result is 404

but if I navigate from https://blog.hedwing.dev I can open the post with no problem

@Interstellar750
Copy link
Collaborator

I've tested it as you described and it will return a 404, all the articles have this problem

But your Urara is outdated, can you provide the commit SHA when you started building the site based on this template?

If you don't keep a commit log, you can also provide me with the pnpm-lock.yaml file and I'll try to find out which version you're using

@kwaa kwaa added the bug Something isn't working label Sep 16, 2024
@kwaa
Copy link
Member

kwaa commented Sep 16, 2024

Can you try updating Urara to the latest version?

@vincenzopalazzo
Copy link
Author

Looks like that with the recent version netfly fails with

12:31:53 PM: vite v5.4.5 building SSR bundle for production...
12:31:53 PM: transforming...
12:31:53 PM: ✓ 2 modules transformed.
12:31:53 PM: x Build failed in 40ms
12:31:53 PM: error during build:
12:31:53 PM: [vite-plugin-pwa:build] [plugin vite-plugin-svelte] src/routes/+layout.svelte (11:14): /opt/build/repo/src/routes/+layout.svelte:11:14 Unexpected token
12:31:53 PM: file: /opt/build/repo/src/routes/+layout.svelte:11:14
12:31:53 PM: 
12:31:53 PM:   9 |    import { registerSW } from 'virtual:pwa-register'
12:31:53 PM:  10 |
12:31:53 PM:  11 |    import type { LayoutData } from './$types'
12:31:53 PM:                      ^
12:31:53 PM:  12 |
12:31:53 PM:  13 |    import 'uno.css'
12:31:53 PM: 
12:31:53 PM: ParseError: Unexpected token
12:31:53 PM:     at error (file:///opt/build/repo/node_modules/.pnpm/[email protected]/node_modules/svelte/src/compiler/utils/error.js:56:16)
12:31:53 PM:     at Parser.error (file:///opt/build/repo/node_modules/.pnpm/[email protected]/node_modules/svelte/src/compiler/parse/index.js:143:3)
12:31:53 PM:     at Parser.acorn_error (file:///opt/build/repo/node_modules/.pnpm/[email protected]/node_modules/svelte/src/compiler/parse/index.js:130:8)
12:31:53 PM:     at Object.read_script [as read] (file:///opt/build/repo/node_modules/.pnpm/[email protected]/node_modules/svelte/src/compiler/parse/read/script.js:50:10)
12:31:53 PM:     at tag (file:///opt/build/repo/node_modules/.pnpm/[email protected]/node_modules/svelte/src/compiler/parse/state/tag.js:203:27)
12:31:53 PM:     at new Parser (file:///opt/build/repo/node_modules/.pnpm/[email protected]/node_modules/svelte/src/compiler/parse/index.js:91:12)
12:31:53 PM:     at parse (file:///opt/build/repo/node_modules/.pnpm/[email protected]/node_modules/svelte/src/compiler/parse/index.js:268:17)
12:31:53 PM:     at Module.compile (file:///opt/build/repo/node_modules/.pnpm/[email protected]/node_modules/svelte/src/compiler/compile/index.js:136:14)
12:31:53 PM:     at compileSvelte (file:///opt/build/repo/node_modules/.pnpm/@[email protected][email protected][email protected]_@[email protected][email protected][email protected]_/node_modules/@sveltejs/vite-plugin-svelte/src/utils/compile.js:140:22)
12:31:53 PM:     at async Object.transform (file:///opt/build/repo/node_modules/.pnpm/@[email protected][email protected][email protected]_@[email protected][email protected][email protected]_/node_modules/@sveltejs/vite-plugin-svelte/src/index.js:152:20)
12:31:53 PM:     at async transform (file:///opt/build/repo/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:18831:16)
12:31:53 PM:     at async ModuleLoader.addModuleSource (file:///opt/build/repo/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:19047:36)
12:31:53 PM:  ELIFECYCLE  Command failed with exit code 1. (https://ntl.fyi/exit-code-1)
12:31:53 PM: ERROR: "kit:build" exited with 1.
12:31:53 PM:  ELIFECYCLE  Command failed with exit code 1. (https://ntl.fyi/exit-code-1)
12:31:53 PM: ​
12:31:53 PM: "build.command" failed                                        
12:31:53 PM: ────────────────────────────────────────────────────────────────
12:31:53 PM: ​
12:31:53 PM:   Error message
12:31:53 PM:   Command failed with exit code 1: NETLIFY=true npx pnpm build (https://ntl.fyi/exit-code-1)
12:31:53 PM: ​
12:31:53 PM:   Error location
12:31:53 PM:   In build.command from netlify.toml:
12:31:53 PM:   NETLIFY=true npx pnpm build
12:31:53 PM: ​
12:31:53 PM:   Resolved config
12:31:53 PM:   build:
12:31:53 PM:     command: NETLIFY=true npx pnpm build
12:31:53 PM:     commandOrigin: config
12:31:53 PM:     environment:
12:31:53 PM:       - REVIEW_ID
12:31:53 PM:       - NPM_FLAGS
12:31:53 PM:     publish: /opt/build/repo/build
12:31:53 PM:     publishOrigin: config
12:31:53 PM:   functions:
12:31:53 PM:     '*':
12:31:53 PM:       node_bundler: esbuild
12:31:53 PM:   functionsDirectory: /opt/build/repo/netlify/functions
12:31:54 PM: Failed during stage 'building site': Build script returned non-zero exit code: 2 (https://ntl.fyi/exit-code-2)
12:31:54 PM: Build failed due to a user error: Build script returned non-zero exit code: 2
12:31:54 PM: Failing build: Failed to build site
12:31:54 PM: Finished processing build request in 37.993s

Any idea on how to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants