You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two projects in different repositories: main-app and sub-app (both nuxt app).
I already configurated based on your examples, but when building and start the applications the resources of the sub-app are not found from the main-app, look below the image. In dev mode works perfectly.
Is there some configuration about the path?
The text was updated successfully, but these errors were encountered:
For some reason running the application built (/dist) doesn't work. The main app tries to get nuxt files of sub-app from itself. Running in dev this doesn't happen. I tested the example nuxt-main-self-load-demo in production mode this issue also occurs, I thought that was some problem with my configuration, but is not. Do you have any idea how to solve that problem?
I have two projects in different repositories: main-app and sub-app (both nuxt app).
I already configurated based on your examples, but when building and start the applications the resources of the sub-app are not found from the main-app, look below the image. In dev mode works perfectly.
Is there some configuration about the path?
The text was updated successfully, but these errors were encountered: