Skip to content

How to deal with separate frontend and backend #540

Discussion options

You must be logged in to vote

Is the back end available during the development of the front end? It appears that the linked table target could not be found during the build. A linked table needs to be linked to "something" during creation, or the link will fail. (As you noted above.)

There are a few approaches you could take with this. One approach would be to include the front and back end tables in the same repository, and build the back end database before building the front end database. This works well when the front and back end have more of a tight coupling where changes need to be made together.

Another approach would be to tie into the BeforeExport hook and relink the back end tables to a known set that will …

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@HughWarrington
Comment options

@hecon5
Comment options

@joyfullservice
Comment options

@hecon5
Comment options

@HughWarrington
Comment options

Answer selected by HughWarrington
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants