#help me, please

1 messages · Page 1 of 1 (latest)

fresh robin
#

I'm having this problem with astro (error The service is no longer running). Whenever I start interacting with the website the server crashes.

lone bison
#

You'll have to share what the errors are

rich tangle
#

hey 👋
does this happen when you first navigate to the site using the dev server?

fresh robin
rich tangle
#

Are you able to share your project repo? or is this with a new project?

lone bison
# fresh robin

I can't read that, can you copy from the terminal?
If you're not able to share the whole repo, show your package.json and index.astro code

fresh robin
#

index.astro!

#

{
"name": "adorable-asteroid",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"<@&1055234544183287879>/check": "^0.3.1",
"<@&1055234544183287879>/mdx": "^1.1.5",
"<@&1055234544183287879>/rss": "^3.0.0",
"<@&1055234544183287879>/sitemap": "^3.0.3",
"astro": "^3.6.2",
"t": "^0.5.1",
"typescript": "^5.3.2"
}
}