Skip to content
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

[Bug] Can't create task from Talk message #2704

Open
cwerstuik opened this issue Oct 21, 2024 · 1 comment
Open

[Bug] Can't create task from Talk message #2704

cwerstuik opened this issue Oct 21, 2024 · 1 comment

Comments

@cwerstuik
Copy link

cwerstuik commented Oct 21, 2024

Steps to reproduce

  1. Click on any Talk Conversation
  2. Create a Task from a message
  3. Random elements appear on the screen

Expected behavior

A modal with a form to create a task from the Talk message

Actual behaviour

Randomly display components show up on the screen.

Tasks app version

0.16.1

CalDAV-clients used

No response

Browser

Firefox 131

Client operating system

openSUSE Linux

Server operating system

Ubuntu Linux

Web server

Apache

Database engine version

MySQL

PHP engine version

PHP 8.2

Nextcloud version

30.0.0

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

No response

Nextcloud configuration

No response

Web server error log

No response

Log file

No response

Browser log

On initial page load:

GET
https://****/custom_apps/tasks/css/tasks-store.css?v=f5f692bb-7
NS_ERROR_CORRUPTED_CONTENT

GET
https://****/custom_apps/tasks/css/tasks-TaskCreateDialog.css?v=f5f692bb-7
NS_ERROR_CORRUPTED_CONTENT

When I click "Create Task":

TypeError: t is null
    stubCalendar https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:4355
    calendarMap https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:4355
    effect https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:2
    run https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:2
    get value https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:2
    get https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:2
    QQ https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:4355
    Hh https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:2
    re https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:2
    run https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:2
    update https://*****/custom_apps/tasks/js/store-BBMiux8F.chunk.mjs:2
store-BBMiux8F.chunk.mjs:2:15517

Additional info

The CSS files are missing. The page also loads /custom_apps/tasks/css/tasks-icon.css?v=f5f692bb-7 which does exist.

I couldn't find a time in the history when they did exist so maybe they aren't being compiled?

@cwerstuik cwerstuik added the bug label Oct 21, 2024
@raimund-schluessler
Copy link
Member

Confirmed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants