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

dev portal is not loading #2897

Closed
abhidg opened this issue Oct 8, 2022 · 1 comment
Closed

dev portal is not loading #2897

abhidg opened this issue Oct 8, 2022 · 1 comment
Assignees
Labels
P0: Critical path blocker Blocking testing or the launch critical path, drop everything to investigate & fix
Milestone

Comments

@abhidg
Copy link
Contributor

abhidg commented Oct 8, 2022

After deployment from d39aa37, the portal is not loading. Some cypress tests failed after merge, and loading the portal at dev-data gives the following errors in the console

Failed to load resource: net::ERR_CONNECTION_REFUSED
/auth/profile:1          Failed to load resource: the server responded with a status of 403 ()
react-dom.production.min.js:189 Error: Missing required parameters: sitekey
    at Qd.<anonymous> (recaptcha__en.js:50:509)
    at new Qd (recaptcha__en.js:470:101)
    at Xb.<anonymous> (recaptcha__en.js:53:189)
    at new Xb (recaptcha__en.js:668:185)
    at recaptcha__en.js:305:391
    at i.explicitRender (recaptcha.js:112:46)
    at i.componentDidUpdate (recaptcha.js:140:10)
    at wl (react-dom.production.min.js:261:316)
    at yl (react-dom.production.min.js:260:446)
    at vl (react-dom.production.min.js:259:431)
ps @ react-dom.production.min.js:189
react-dom.production.min.js:127 Uncaught Error: Missing required parameters: sitekey
    at Qd.<anonymous> (recaptcha__en.js:50:509)
    at new Qd (recaptcha__en.js:470:101)
    at Xb.<anonymous> (recaptcha__en.js:53:189)
    at new Xb (recaptcha__en.js:668:185)
    at recaptcha__en.js:305:391
    at i.explicitRender (recaptcha.js:112:46)
    at i.componentDidUpdate (recaptcha.js:140:10)
    at wl (react-dom.production.min.js:261:316)
    at yl (react-dom.production.min.js:260:446)
    at vl (react-dom.production.min.js:259:431)
hits-i.iubenda.com/write?db=hits1:1          Failed to load resource: net::ERR_CONNECTION_REFUSED
@abhidg abhidg added the P0: Critical path blocker Blocking testing or the launch critical path, drop everything to investigate & fix label Oct 8, 2022
@abhidg abhidg added this to the Oberon milestone Oct 8, 2022
abhidg added a commit that referenced this issue Oct 17, 2022
RECAPTCHA_SITE_KEY can be made public, only the SECRET_KEY should
not be published.
abhidg added a commit that referenced this issue Oct 17, 2022
RECAPTCHA_SITE_KEY can be made public, only the SECRET_KEY should
not be published.
@abhidg
Copy link
Contributor Author

abhidg commented Oct 17, 2022

Fixed by 604344f

@abhidg abhidg closed this as completed Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0: Critical path blocker Blocking testing or the launch critical path, drop everything to investigate & fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants