element-hq / element-integration-manager

Element Integration Manager related issues
6 stars 1 forks source link

Integrations "API Error (403): Missing access token" on develop and nightly #116

Closed Twi1ightSparkle closed 3 months ago

Twi1ightSparkle commented 3 months ago

Steps to reproduce

Open a widget that requires auth on the current Element Desktop Nightly or develop.element.io

Outcome

What did you expect?

Working widgets

What happened instead?

Screenshot 2024-03-15 at 3 04 47 PM

Operating system

macOS (unknown version, but probably the latest), Debian 12

Browser information

Firefox 123.0.1

URL for webapp

develop.element.io

Application version

Web:

Element version: 4e492da1e496-react-3c6fd5862816-js-8e0ef5ff2cd9 Crypto version: Rust SDK 0.7.0 (b1918e9), Vodozemac 0.5.1

Desktop:

Element Nightly version: 2024031501 Crypto version: Rust SDK 0.7.0 (b1918e9), Vodozemac 0.5.1

Homeserver

matrix.org and I'm guessing element.io?

Will you send logs?

Yes

Twi1ightSparkle commented 3 months ago

The same integrations are working on Element Desktop stable 1.11.59 and .61 (Olm 3.2.15) on Mac

Twi1ightSparkle commented 3 months ago

Also possibly an issue with the Rust SDK? On app.element.io Element version: 1.11.61 Crypto version: Rust SDK 0.7.0 (b1918e9), Vodozemac 0.5.1

I just get white where the widget should have been

Screenshot 2024-03-15 at 3 38 58 PM

ara4n commented 3 months ago

bumping this to O-Frequent because some users depend heavily on widgets

Sofatraining commented 3 months ago

Same Error on Element Desktop - Version : 1.11.62 after Update Today

Half-Shot commented 3 months ago

Looks to be caused by https://github.com/matrix-org/matrix-react-sdk/pull/12295. In v1.11.62+ we're not appending the access token to scalar requests which is probably due to the changes to make the widget URL static in the linked PR. I'll try to get a resolution from the web team.

Half-Shot commented 3 months ago

Fixed as of v1.11.63. Thanks team :)