-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
nuxi generate fetches api #28
Comments
@tobiasdiez I really appreciate your raising these issues. Would it be possible to provide minimal reproductions rather than the project you're working on? It would make a big difference in terms of being able to quickly pull something up to see what the issue is. |
I understand your concern and will try to create minimal reproductions. However, it is rather hard for me to do this, as I usually have no clue why I encounter these errors. They just pop up without any context, and I don't really know why. It would be way easier to give minimal reproductions if I would start from zero and add say further dependencies or change config options; because then I would know or at least have a guess that these changes triggered the issue. |
I found the place where the API is called. Going forwards: I'm not sure what |
@tobiasdiez Can you still reproduce it? |
This should now be resolved with #324. Let me know if not and we can reopen. |
Environment
Windows_NT
v17.0.1
2.16.0-27273615.ab1c6cb4
yarn@1.22.15
Webpack
target
,bridge
,vite
,alias
,nitro
,ssr
,head
,css
,plugins
,components
,tailwindcss
,buildModules
,modules
,serverMiddleware
,watch
,privateRuntimeConfig
,build
,storybook
-
@nuxtjs/tailwindcss@4.2.1
,portal-vue/nuxt
,@nuxt/postcss8@1.1.3
,@pinia/nuxt@0.1.0
,nuxt-route-meta@2.3.2
,@nuxt/bridge@3.0.0-27283410.c53b6a5
Reproduction
JabRef/JabRefOnline#480, and in particular the "build" step in https://github.com/JabRef/JabRefOnline/runs/4218058544?check_suite_focus=true
Describe the bug
nuxi generate
tries to access the api hosted atlocalhost
during server build. On github workflow, this fails with the following error``̀
Network error FetchError: request to http://localhost:3000/api failed, reason: connect ECONNREFUSED 127.0.0.1:3000
``̀
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: