oppia / oppia

A free, online learning platform to make quality education accessible for all.
https://www.oppia.org
Apache License 2.0
5.63k stars 3.78k forks source link

[BUG]: Parameter "key" required console error on collection player. #20198

Open jnvtnguyen opened 3 weeks ago

jnvtnguyen commented 3 weeks ago

Describe the bug

When I visit a collection player, I get a parameter "key" required in the console.

URL of the page where the issue is observed.

/collection/

Steps To Reproduce

  1. Create a new collection (need collection editor rights).
  2. Create/add a exploration to the collection and publish it.
  3. Go to the collection player of that collection.

Expected Behavior

I expect there to be no parameter "key" required error in the console.

Screenshots/Videos

Screenshot 2024-04-22 135125

What device are you using?

Desktop

Operating System

Windows

What browsers are you seeing the problem on?

Chrome

Browser version

No response

Additional context

The other 404 Not Found error is a separate issue that I filed here: #20197.

Tips for developers

Before addressing the bug, please identify which PR caused the issue (you can follow the steps here). If you identify the PR, comment on the issue with a link to it. If not, mention the commit hash of the oldest commit you saw the bug on (and the month and year it was made in).

Then, please leave a comment with details of the approach that you plan to take to fix the issue (see example).

Note: If this is your first Oppia issue, please make sure to follow our guidelines for choosing an issue and setting things up. You will also need to show a demo of the fix working correctly on your local machine. Thanks!