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
After creating a link share I can open it in the same browser window where I just created the share. This works just fine and displays the data. Opening the share in a private window (to simulate someone else opening it) "No data found" is displayed. There is one error in the console that is not displayed when it works:
JQMIGRATE: Migrate is installed, version 3.4.1 jquery-migrate.min.js:2:702
Uncaught TypeError: OCA.Analytics.Navigation is undefined
<anonymous> https://NEXTCLOUD/apps/analytics/js/app.js?v=3c0b35a8-13:1441
EventListener.handleEvent* https://NEXTCLOUD/apps/analytics/js/app.js?v=3c0b35a8-13:1426
app.js:1441:18
session heartbeat polling started session-heartbeat.js:103:9
[ERROR] Files_PDFViewer: But this does not appear to be a public page
Object { app: "Files_PDFViewer", level: 2 }
ConsoleLogger.js:59:18
(Nextcloud URL replaced)
Complete console output when "No data found" is displayed
JQMIGRATE: Migrate is installed, version 3.4.1 jquery-migrate.min.js:2:702
Uncaught TypeError: OCA.Analytics.Navigation is undefined
<anonymous> https://NEXTCLOUD/apps/analytics/js/app.js?v=3c0b35a8-13:1441
EventListener.handleEvent* https://NEXTCLOUD/apps/analytics/js/app.js?v=3c0b35a8-13:1426
app.js:1441:18
session heartbeat polling started session-heartbeat.js:103:9
[ERROR] Files_PDFViewer: But this does not appear to be a public page
Object { app: "Files_PDFViewer", level: 2 }
ConsoleLogger.js:59:18
Uncaught TypeError: OCA.Analytics.Notification is undefined
onreadystatechange https://NEXTCLOUD/apps/analytics/js/app.js?v=3c0b35a8-13:1341
getData https://NEXTCLOUD/apps/analytics/js/app.js?v=3c0b35a8-13:1299
<anonymous> https://NEXTCLOUD/apps/analytics/js/app.js?v=3c0b35a8-13:1437
EventListener.handleEvent* https://NEXTCLOUD/apps/analytics/js/app.js?v=3c0b35a8-13:1426
app.js:1341:25
There are some errors in the nextcloud admin log aswell when trying to access the share from a private tab:
[analytics] Error: Can not initialize data source: "OCA\\Tables\\Datasource\\AnalyticsDatasource"
GET /apps/analytics/data/public/SHARE?
from IP_ADDR at 2023-07-30T14:08:11+00:00
[PHP] Error: Undefined array key 9955 at /var/www/html/apps/analytics/lib/Controller/DatasourceController.php#124
GET /apps/analytics/data/public/SHARE?
from IP_ADDR at 2023-07-30T14:08:11+00:00
Hi,
unfortunately anonymous sharing of table-reports is not possible at the moment due to restrictions within the table app.
Possible fixes are still in discussion with the tables-team.
At the moment, these reports can only be called by a valid user
Hi,
two topics here. the errors you posted are a bug in Analytics. I fixed them with the next version.
The issue with Tables is also in progress for the next tables version v0.6
I have set up a report using data from nextcloud tables.
Exported config (Name and filter replaced)
After creating a link share I can open it in the same browser window where I just created the share. This works just fine and displays the data. Opening the share in a private window (to simulate someone else opening it) "No data found" is displayed. There is one error in the console that is not displayed when it works:
Complete console output when data is displayed
(Nextcloud URL replaced)
Complete console output when "No data found" is displayed
(Nextcloud URL replaced)
Nextcloud Hub 5 (27.0.1)
Analytics 4.9.4
Tables 0.5.1
The text was updated successfully, but these errors were encountered: