-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate ext app for node backend #119
Comments
Initial efforts for ExApps: |
Current progress:
=> However, I'm facing problems with the socket connection. Both websocket and polling connections are failing. The AppAPI documentation mentions: "There is a limitation of AppAPI ExApp proxy—the WebSocket connections are not supported." I was hoping polling might work, but it doesn't seem to connect. |
Updates:
=> In the app_api source, I've been modifying the ExAppProxyController a bit to include this to proxy the queries:
|
Hi @bigcat88 , Your expertise would be really helpful! Thank you! |
Fixed by this: nextcloud/app_api#412, thank you @edward-ly , @bigcat88 , @andrey18106 |
As a replacement for #27 we should see if we can build a AppAPI app https://docs.nextcloud.com/server/latest/admin_manual/ai/app_api_and_external_apps.html that just runs a docker container for the backend.
Started adding this for the local dev environment juliusknorr/nextcloud-docker-dev@a3e7cb8
The text was updated successfully, but these errors were encountered: