-
Notifications
You must be signed in to change notification settings - Fork 29
Home
AdrianP edited this page Oct 6, 2020
·
17 revisions
Find the answers to common issues here.
To be able to save resources such as Routes and Waypoints the Signal K server will need to support the ./signalk/v1/api/resources
paths for each resource type.
For Signal K node server this requires a plugin such as sk-resources-fs
:
- Install
sk-resources-fs
plugin. - Using
Server / Plugin Config
enable the required resource paths. - Restart the server.
Note: More than one plugin may be configured to service the resources paths so ensure ONLY ONE plugin is configured to service resource paths! (e.g. the @signalk/simple-gpx
plugin will conflict with routes and waypoints provision)
Docker is a valuable tool for use during development. Check out some examples