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
Apparently this works for the deployed demo at github-pages.
In .github/workflows/ci.yml I found: sed -i 's,"homepage": "/","homepage": "/matrix-neoboard",' matrix-neoboard-widget/package.json
After changing the line in matrix-neoboard-widget/package.json yarn build then tells me:
The project was built assuming it is hosted at /neoboard/.
You can control this with the homepage field in your package.json.
After setting up the reverse proxy as you told, I could successfully add the widget to a matrix room.
Would love to configure this via environment variable and in the docker-image, maybe someone more "dev" then me can pick that up.
Describe the bug
Neoboard can't be run in a subpath proxied by nginx because the link to bundle.js seems to contain absolute path.
Steps To Reproduce
node /usr/bin/yarn start
Expected behavior
Widget warning showing up
The text was updated successfully, but these errors were encountered: