-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Bug Report for https://neetcode.io/problems/merge-two-sorted-linked-lists
Issue:
The language selection dropdown is missing on all problem pages. It appears blank, with no options selectable.
Steps to Reproduce:
Open any problem on NeetCode (e.g., Merge Two Sorted Lists).
Observe that the editor loads, but the language dropdown (top-left of the editor) is empty.
Open DevTools (F12) → Console shows:
bash
Copy
Edit
POST https://us-central1-neetcode-dd170.cloudfunctions.net/callableFunctionV2 403 (Forbidden)
What I Tried:
Hard refresh (Ctrl+Shift+R)
Clearing cookies & local storage
Incognito mode
Disabling extensions
Switching browsers
Checking console logs
Impact:
Unable to change or select any programming language in the editor — makes it impossible to solve problems in preferred language.
Please help resolve this as soon as possible. Thank you! 🙏