qwik icon indicating copy to clipboard operation
qwik copied to clipboard

No File Endpoints are generated when `qwik build`

Open kwaa opened this issue 3 years ago • 1 comments
trafficstars

Qwik Version

v0.12.1

Operating System (or Browser)

Arch Linux

Node Version (if applicable)

v19.0.0

Which component is affected?

Qwik City

Expected Behaviour

qwik build should generate file endpoints.

(Added ssg via qwik add)

Actual Behaviour

No endpoint file generated, otherwise normal.

Currently, test.json is only accessible in dev mode.

Additional Information

  • [email protected] (adaptor) reproduction: https://stackblitz.com/github/importantimport/hsno?file=src%2Froutes%2F%28files%29%2Ftest.json%2Findex.ts
    • (not minimal, because qwik-starter + static-adaptor updated with an error somehow)
  • [email protected] (entry) reproduction: https://stackblitz.com/edit/qwik-starter-dy1knd?file=src%2Froutes%2Ftest.json%2Findex.ts

kwaa avatar Oct 31 '22 17:10 kwaa

Updated for reproduction. Is there any new information? In latest version, it shows "Not Found" in dev mode.

kwaa avatar Nov 25 '22 12:11 kwaa

This should be fixed in the latest release. If it's still an issue please reopen with a repo case. Thanks!

adamdbradley avatar Mar 21 '23 18:03 adamdbradley