This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
nuxt generate only causes 404 #89
Comments
This was referenced Sep 27, 2017
Your solution (https://github.com/nuxt-community/nuxtent-module/blob/master/lib/module.js#L131) looks equivalent to using binaries, as the only special thing I was doing was starting the Nuxt server so that server middleware could be active when pages were being generated. But for some reason, the server is still not running. |
@alidcastano If it can help you I have a small different error when a set an my
my
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@medfreeman I'm still getting 404 when I run nuxt generate (instead of nuxtent generate with previous binaries)
JSON files are generated but it seems like pages are not compiled appropriately. For example with multiple content type example I get:
If I serve the site, the client navigation works fine but refreshing page displays
not found
error.Also related to #88, if we stick to not having binaries we have to let users specify
static=true
some other way, e.g. via config, so that browser URL can be set appropriately and static files can be generated.The text was updated successfully, but these errors were encountered: