Skip to content

Unable to add filesystem: <illegal path> #14

@klequis

Description

@klequis

I'm getting the above error

project: SolidStart
OS: Ubuntu/Kubuntu

package.json

{
  "name": "example-basic",
  "type": "module",
  "scripts": {
    "dev": "vinxi dev",
    "build": "vinxi build",
    "start": "vinxi start",
    "version": "vinxi version"
  },
  "dependencies": {
    "@solidjs/meta": "^0.29.4",
    "@solidjs/router": "^0.15.0",
    "@solidjs/start": "^1.1.0",
    "solid-js": "^1.9.5",
    "vinxi": "^0.5.7"
  },
  "engines": {
    "node": ">=22"
  },
  "devDependencies": {
    "vite-plugin-devtools-json": "^0.2.1"
  }
}

app.config.ts

import { defineConfig } from "@solidjs/start/config";
import devtoolsJson from "vite-plugin-devtools-json";

export default defineConfig({
  vite: {
    plugins: [devtoolsJson()],
  },
});

.well-known/appspecific/com.chrome.devtools.json

{
  "workspace": {
    "root": "/home/carl/P/book/topic-example-projects/useSubmission/workspaces-demo",
    "uuid": "7d4f3a26-7ffe-4184-98c7-b4a70a0950f7"
  }
}

Should /appspecific be replaced with something like /solidjs?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions