Problem/Motivation

It looks like all of our projects where the oidc_mcpf module is installed, the header bar is not showing up anymore.

Steps to reproduce

Suddenly the header bar is not showing up anymore. Nothing changed to mcpf.

Proposed resolution

Fix the module.

Remaining tasks

Fixing the module.

User interface changes

/

API changes

/

Data model changes

/

CommentFileSizeAuthor
#3 3316795-3.patch895 bytesFernly

Issue fork oidc_mcpf-3316795

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

matdemeue created an issue. See original summary.

matdemeue’s picture

I will give this a try!

Fernly’s picture

FileSize
895 bytes

Problem/Motivation

The header is not showing anymore because the 2 resources (client and polyfill) are not loading anymore. The urls are taken offline:
https://prod.widgets.burgerprofiel.vlaanderen.be/api/v1/node_modules/@go...
https://prod.widgets.burgerprofiel.vlaanderen.be/api/v1/node_modules/@go...

Proposed resolution

Replace the widget urls with new urls:
https://prod.widgets.burgerprofiel.vlaanderen.be/api/v1/node_modules/@go...
https://prod.widgets.burgerprofiel.vlaanderen.be/api/v1/node_modules/@go...

See patch for a fix.

  • Matthijs committed 24041ab on 1.x
    Issue #3316795 by Fernly: Fix widget API URLs
    

Matthijs’s picture

Status: Active » Fixed

New release upcoming, just verifying that nothing else broke before creating one.

matdemeue’s picture

Just asking, why didn't I get a credit for this? :D
Because I wrote the same patch but just had to upload it.

Matthijs’s picture

You answered it yourself ;-)

leanderjcc’s picture

It seems to me (and the Drupal core documentation https://www.drupal.org/core/maintainers/issue-credit) that issue reporting itself deems credit if you create a useful and original issue report. However this isn't core and you are the project maintainer, but still I would keep in mind quoting the documentation:

Good intentions are assumed from each contributor. All of us started as beginners and we know there is always a learning process.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.