Replies: 6 comments
-
|
Hi, Maybe the nuxt layers are not loaded. In |
Beta Was this translation helpful? Give feedback.
-
|
Exactly. How am i supposed to include these files in the repository i created for sysreptor-plugins as described in the documentation? Here the file |
Beta Was this translation helpful? Give feedback.
-
|
Yes, either a sparse checkout or as git submodule. If you encounter other errors with the plugin docs, please let us know such that we can update the docs. We are also happy to accept pull requests :) |
Beta Was this translation helpful? Give feedback.
-
|
The issue still persists after solving the build issues. The index.html file is not located in static/plugins/f78daa28-c7f1-48cf-9738-26be0c4c0e70/index.html but under static/plugins/f78daa28-c7f1-48cf-9738-26be0c4c0e70/demopluginmodels/index.html. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, we have created a small example repo for custom SysReptor plugins, including a nuxt frontend in the docker build. I hope this helps in resolving your problem. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @joel-sass, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good day,
Currently i am working on a custom plugin for sysreptor. I so far only copied the demo-plugin and followed the instructions on the setup page.
However when trying to access the page http://localhost:8000/static/plugins/f78daa28-c7f1-48cf-9738-26be0c4c0e70/index.html i get a 404.
This is an issue in the frontend since i can call the backend/api-functionality without a problem.
As far as i am aware this is an issue in the build, since the index.html file does not exist in the folder but rather in the child-folder called demopluginmodels.
Beta Was this translation helpful? Give feedback.
All reactions