@openeventkit/event-site 2.1.49 → 2.1.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gatsby-node.js +21 -4
- package/package.json +3 -3
- package/src/actions/user-actions.js +9 -10
- package/src/cms/config/collections/configurationsCollection/siteSettings/index.js +21 -0
- package/src/cms/config/collections/configurationsCollection/siteSettings/typeDefs.js +5 -0
- package/src/cms/config/collections/contentPagesCollection/index.js +11 -1
- package/src/cms/config/collections/contentPagesCollection/typeDefs.js +1 -0
- package/src/cms/config/collections/defaultPagesCollection/marketingPage/index.js +2 -6
- package/src/cms/config/collections/defaultPagesCollection/marketingPage/typeDefs.js +0 -1
- package/src/cms/preview-templates/ContentPagePreview.js +12 -1
- package/src/components/AuthComponent.js +2 -1
- package/src/components/MarketingHero/MainColumn.js +23 -11
- package/src/components/RegisterButton.js +59 -0
- package/src/components/RegistrationFormShortcode.js +82 -0
- package/src/components/RegistrationModalComponent.js +124 -0
- package/src/components/VimeoPlayer.js +2 -2
- package/src/content/marketing-page/index.json +1 -2
- package/src/content/site-settings/index.json +1 -1
- package/src/content/sponsors.json +1 -1
- package/src/pages/index.js +0 -1
- package/src/styles/register-page.module.scss +23 -0
- package/src/templates/content-page/shortcodes.js +3 -5
- package/src/templates/extra-questions-page.js +1 -1
- package/src/templates/full-profile-page.js +2 -3
- package/src/templates/register-page.js +96 -0
- package/src/utils/alerts.js +34 -27
- package/src/utils/customErrorHandler.js +4 -4
- package/src/utils/registrationConstants.js +7 -0
- package/src/utils/ticketConstants.js +10 -0
- package/src/utils/useRegistrationWidgetProps.js +204 -0
- package/src/utils/useSiteSettings.js +4 -0
- package/.playwright-mcp/console-2026-02-26T16-44-19-373Z.log +0 -4
- package/.playwright-mcp/console-2026-02-26T16-47-01-636Z.log +0 -2
- package/.playwright-mcp/console-2026-02-26T16-49-02-149Z.log +0 -4
- package/.playwright-mcp/console-2026-02-26T16-49-40-507Z.log +0 -2
- package/.playwright-mcp/console-2026-02-26T16-50-19-509Z.log +0 -2
- package/.playwright-mcp/console-2026-02-26T16-57-54-251Z.log +0 -3
- package/.playwright-mcp/console-2026-02-26T19-57-40-442Z.log +0 -1
- package/.playwright-mcp/console-2026-02-26T19-57-58-088Z.log +0 -2
- package/.playwright-mcp/console-2026-02-26T20-05-42-541Z.log +0 -2
- package/.playwright-mcp/console-2026-02-26T20-06-33-506Z.log +0 -9
- package/.playwright-mcp/console-2026-02-26T20-42-10-293Z.log +0 -34
- package/.playwright-mcp/console-2026-02-26T20-42-57-262Z.log +0 -65
- package/.playwright-mcp/console-2026-02-26T21-01-25-696Z.log +0 -33
- package/.playwright-mcp/console-2026-02-26T21-03-18-294Z.log +0 -47
- package/.playwright-mcp/console-2026-02-27T00-27-06-325Z.log +0 -131
- package/.playwright-mcp/console-2026-02-27T00-49-26-441Z.log +0 -104
- package/.playwright-mcp/page-2026-02-26T16-51-33-776Z.png +0 -0
- package/src/components/RegistrationLiteComponent.js +0 -293
- package/src/components/summit-my-orders-tickets/components/ConfirmPopup/ConfirmPopup.js +0 -96
- package/src/components/summit-my-orders-tickets/components/ConfirmPopup/confirm-popup.scss +0 -57
- package/src/components/summit-my-orders-tickets/components/DelegatePopup/DelegatePopup.js +0 -50
- package/src/components/summit-my-orders-tickets/components/DelegatePopup/delegate-popup.scss +0 -57
- package/src/components/summit-my-orders-tickets/components/MyOrdersTickets.js +0 -79
- package/src/components/summit-my-orders-tickets/components/OrderDetails/OrderDetails.js +0 -112
- package/src/components/summit-my-orders-tickets/components/OrderDetails/order-details.scss +0 -128
- package/src/components/summit-my-orders-tickets/components/OrderList/OrderList.js +0 -80
- package/src/components/summit-my-orders-tickets/components/OrderList/OrderListItem.js +0 -85
- package/src/components/summit-my-orders-tickets/components/OrderList/order-list.scss +0 -60
- package/src/components/summit-my-orders-tickets/components/OrderOptions/OrderOptions.js +0 -83
- package/src/components/summit-my-orders-tickets/components/OrderOptions/order-options.scss +0 -50
- package/src/components/summit-my-orders-tickets/components/OrderSummary/OrderSummary.js +0 -64
- package/src/components/summit-my-orders-tickets/components/OrderSummary/OrderSummaryTable.js +0 -97
- package/src/components/summit-my-orders-tickets/components/OrderSummary/order-summary.scss +0 -178
- package/src/components/summit-my-orders-tickets/components/OrderTicketDetails/OrderTicketDetails.js +0 -102
- package/src/components/summit-my-orders-tickets/components/OrderTicketDetails/order-ticket-details.scss +0 -129
- package/src/components/summit-my-orders-tickets/components/OrderTicketList/OrderTicketList.js +0 -19
- package/src/components/summit-my-orders-tickets/components/OrderTicketList/OrderTicketListItem.js +0 -13
- package/src/components/summit-my-orders-tickets/components/OrderTicketList/order-ticket-list.scss +0 -21
- package/src/components/summit-my-orders-tickets/components/TicketDetails/TicketDetails.js +0 -93
- package/src/components/summit-my-orders-tickets/components/TicketDetails/ticket-details.scss +0 -129
- package/src/components/summit-my-orders-tickets/components/TicketList/TicketList.js +0 -65
- package/src/components/summit-my-orders-tickets/components/TicketList/TicketListItem.js +0 -16
- package/src/components/summit-my-orders-tickets/components/TicketList/ticket-list.scss +0 -21
- package/src/components/summit-my-orders-tickets/components/TicketPopup/TicketPopup.js +0 -186
- package/src/components/summit-my-orders-tickets/components/TicketPopup/TicketPopupAssignForm.js +0 -136
- package/src/components/summit-my-orders-tickets/components/TicketPopup/TicketPopupEditDetailsForm/TicketPopupEditDetailsForm.js +0 -468
- package/src/components/summit-my-orders-tickets/components/TicketPopup/TicketPopupEditDetailsForm/ticket-popup-edit-details-form.scss +0 -71
- package/src/components/summit-my-orders-tickets/components/TicketPopup/TicketPopupNotifyForm.js +0 -64
- package/src/components/summit-my-orders-tickets/components/TicketPopup/TicketPopupReassignForm.js +0 -193
- package/src/components/summit-my-orders-tickets/components/TicketPopup/TicketPopupRefundForm.js +0 -64
- package/src/components/summit-my-orders-tickets/components/TicketPopup/ticket-popup.scss +0 -416
- package/src/components/summit-my-orders-tickets/context/TicketAssignedContext.js +0 -24
- package/src/components/summit-my-orders-tickets/global/constants.js +0 -10
- package/src/components/summit-my-orders-tickets/i18n/index.js +0 -37
- package/src/components/summit-my-orders-tickets/i18n/locales/en.json +0 -296
- package/src/components/summit-my-orders-tickets/i18n/locales/es.json +0 -296
- package/src/components/summit-my-orders-tickets/index.js +0 -1
- package/src/components/summit-my-orders-tickets/store/actions/base-actions.js +0 -7
- package/src/components/summit-my-orders-tickets/store/actions/order-actions.js +0 -96
- package/src/components/summit-my-orders-tickets/store/actions/summit-actions.js +0 -64
- package/src/components/summit-my-orders-tickets/store/actions/ticket-actions.js +0 -666
- package/src/components/summit-my-orders-tickets/store/actions/timer-actions.js +0 -29
- package/src/components/summit-my-orders-tickets/store/actions/user-actions.js +0 -42
- package/src/components/summit-my-orders-tickets/store/history.js +0 -16
- package/src/components/summit-my-orders-tickets/store/index.js +0 -117
- package/src/components/summit-my-orders-tickets/store/reducers/base-reducer.js +0 -67
- package/src/components/summit-my-orders-tickets/store/reducers/clock-reducer.js +0 -31
- package/src/components/summit-my-orders-tickets/store/reducers/order-reducer.js +0 -95
- package/src/components/summit-my-orders-tickets/store/reducers/summit-reducer.js +0 -52
- package/src/components/summit-my-orders-tickets/store/reducers/ticket-reducer.js +0 -92
- package/src/components/summit-my-orders-tickets/store/reducers/user-reducer.js +0 -35
- package/src/components/summit-my-orders-tickets/styles/_variables.scss +0 -17
- package/src/components/summit-my-orders-tickets/styles/general.scss +0 -17
- package/src/components/summit-my-orders-tickets/summit-my-orders-tickets.js +0 -86
- package/src/components/summit-my-orders-tickets/util/helpers/capitalizeFirstLetter.js +0 -1
- package/src/components/summit-my-orders-tickets/util/helpers/createReducer.js +0 -11
- package/src/components/summit-my-orders-tickets/util/helpers/formatCurrency.js +0 -15
- package/src/components/summit-my-orders-tickets/util/helpers/getDayNumberFromDate.js +0 -9
- package/src/components/summit-my-orders-tickets/util/helpers/getDaysBetweenDates.js +0 -16
- package/src/components/summit-my-orders-tickets/util/helpers/getDocumentOffset.js +0 -8
- package/src/components/summit-my-orders-tickets/util/helpers/getFormattedDate.js +0 -7
- package/src/components/summit-my-orders-tickets/util/helpers/getFormattedTime.js +0 -9
- package/src/components/summit-my-orders-tickets/util/helpers/getWindowScroll.js +0 -6
- package/src/components/summit-my-orders-tickets/util/helpers/index.js +0 -22
- package/src/components/summit-my-orders-tickets/util/index.js +0 -5
- package/src/components/summit-my-orders-tickets/util/order/calculateOrderTotals.js +0 -28
- package/src/components/summit-my-orders-tickets/util/order/getOrderStatusData.js +0 -71
- package/src/components/summit-my-orders-tickets/util/order/index.js +0 -2
- package/src/components/summit-my-orders-tickets/util/summit/checkSummitPast.js +0 -10
- package/src/components/summit-my-orders-tickets/util/summit/checkSummitStarted.js +0 -5
- package/src/components/summit-my-orders-tickets/util/summit/getSummitFormattedDate.js +0 -29
- package/src/components/summit-my-orders-tickets/util/summit/getSummitFormattedReassignDate.js +0 -8
- package/src/components/summit-my-orders-tickets/util/summit/getSummitLocation.js +0 -9
- package/src/components/summit-my-orders-tickets/util/summit/getSummitReassignDate.js +0 -7
- package/src/components/summit-my-orders-tickets/util/summit/index.js +0 -7
- package/src/components/summit-my-orders-tickets/util/summit/useSummitDetails.js +0 -36
- package/src/components/summit-my-orders-tickets/util/ticket/getTicketRole.js +0 -11
- package/src/components/summit-my-orders-tickets/util/ticket/getTicketStatusData.js +0 -48
- package/src/components/summit-my-orders-tickets/util/ticket/getTicketType.js +0 -1
- package/src/components/summit-my-orders-tickets/util/ticket/index.js +0 -4
- package/src/components/summit-my-orders-tickets/util/ticket/useTicketDetails.js +0 -60
- package/src/components/summit-my-orders-tickets/util/timer/index.js +0 -1
- package/src/components/summit-my-orders-tickets/util/timer/useNow.js +0 -8
- package/src/templates/login-page.js +0 -49
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
import { useEffect, useState } from "react";
|
|
2
|
+
import { navigate, withPrefix } from "gatsby";
|
|
3
|
+
import URI from "urijs";
|
|
4
|
+
import { StyledSwal as Swal } from "@utils/alerts";
|
|
5
|
+
import { ERROR_TYPE_ERROR, ERROR_TYPE_VALIDATION, ERROR_TYPE_PAYMENT } from "summit-registration-lite/dist/utils/constants";
|
|
6
|
+
|
|
7
|
+
import FragmentParser from "openstack-uicore-foundation/lib/utils/fragment-parser";
|
|
8
|
+
import { doLogin, passwordlessStart } from "openstack-uicore-foundation/lib/security/methods";
|
|
9
|
+
import { doLogout } from "openstack-uicore-foundation/lib/security/actions";
|
|
10
|
+
|
|
11
|
+
import useSiteSettings from "@utils/useSiteSettings";
|
|
12
|
+
import usePaymentSettings from "@utils/usePaymentSettings";
|
|
13
|
+
import useMarketingSettings, { MARKETING_SETTINGS_KEYS } from "@utils/useMarketingSettings";
|
|
14
|
+
import { getEnvVariable, SUMMIT_API_BASE_URL, OAUTH2_CLIENT_ID, SUPPORT_EMAIL, TENANT_ID } from "@utils/envVariables";
|
|
15
|
+
import { userHasAccessLevel, VIRTUAL_ACCESS_LEVEL } from "@utils/authorizedGroups";
|
|
16
|
+
import { validateIdentityProviderButtons, getAccessTokenSafely } from "@utils/loginUtils";
|
|
17
|
+
import { triggerTagManagerTrackEvent } from "@utils/eventTriggers";
|
|
18
|
+
|
|
19
|
+
const useRegistrationWidgetProps = ({
|
|
20
|
+
// Redux state (from connect)
|
|
21
|
+
summit,
|
|
22
|
+
userProfile,
|
|
23
|
+
idpProfile,
|
|
24
|
+
attendee,
|
|
25
|
+
colorSettings,
|
|
26
|
+
loadingProfile,
|
|
27
|
+
loadingIDP,
|
|
28
|
+
availableThirdPartyProviders,
|
|
29
|
+
allowsNativeAuth,
|
|
30
|
+
allowsOtpAuth,
|
|
31
|
+
// Redux actions (from connect)
|
|
32
|
+
setPasswordlessLogin,
|
|
33
|
+
setUserOrder,
|
|
34
|
+
checkOrderData,
|
|
35
|
+
getUserProfile,
|
|
36
|
+
getThirdPartyProviders,
|
|
37
|
+
getExtraQuestions,
|
|
38
|
+
checkRequireExtraQuestionsByAttendee,
|
|
39
|
+
// Mode-specific
|
|
40
|
+
backUrl,
|
|
41
|
+
closeWidget,
|
|
42
|
+
}) => {
|
|
43
|
+
const [initialEmailValue, setInitialEmailValue] = useState('');
|
|
44
|
+
|
|
45
|
+
useEffect(() => {
|
|
46
|
+
const fragmentParser = new FragmentParser();
|
|
47
|
+
const paramInitialEmailValue = fragmentParser.getParam('email');
|
|
48
|
+
if (paramInitialEmailValue) {
|
|
49
|
+
setInitialEmailValue(paramInitialEmailValue);
|
|
50
|
+
}
|
|
51
|
+
}, []);
|
|
52
|
+
|
|
53
|
+
useEffect(() => {
|
|
54
|
+
if (!availableThirdPartyProviders.length) getThirdPartyProviders();
|
|
55
|
+
}, [availableThirdPartyProviders]);
|
|
56
|
+
|
|
57
|
+
const onClickLogin = (provider) => {
|
|
58
|
+
doLogin(URI.encode(backUrl), provider, null, null, null, getEnvVariable(TENANT_ID));
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
const handleCompanyError = () => {
|
|
62
|
+
console.log("company error...")
|
|
63
|
+
Swal.fire("ERROR", "Hold on. Your session expired!.", "error").then(() => {
|
|
64
|
+
window.localStorage.setItem("post_logout_redirect_path", new URI(window.location.href).pathname());
|
|
65
|
+
doLogout();
|
|
66
|
+
});
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
const getPasswordlessCode = (email) => {
|
|
70
|
+
const params = {
|
|
71
|
+
connection: "email",
|
|
72
|
+
send: "code",
|
|
73
|
+
redirect_uri: `${window.location.origin}/auth/callback`,
|
|
74
|
+
email,
|
|
75
|
+
};
|
|
76
|
+
return passwordlessStart(params);
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
const loginPasswordless = (code, email) => {
|
|
80
|
+
const params = {
|
|
81
|
+
connection: "email",
|
|
82
|
+
otp: code,
|
|
83
|
+
email
|
|
84
|
+
};
|
|
85
|
+
return setPasswordlessLogin(params);
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
const handleOnError = (e) => {
|
|
89
|
+
const { type, msg } = e;
|
|
90
|
+
let icon = 'error';
|
|
91
|
+
let title = 'ERROR';
|
|
92
|
+
switch (type) {
|
|
93
|
+
case ERROR_TYPE_ERROR:
|
|
94
|
+
icon = 'error';
|
|
95
|
+
title = 'Error';
|
|
96
|
+
break;
|
|
97
|
+
case ERROR_TYPE_VALIDATION:
|
|
98
|
+
icon = 'warning';
|
|
99
|
+
title = 'Warning';
|
|
100
|
+
break;
|
|
101
|
+
case ERROR_TYPE_PAYMENT:
|
|
102
|
+
title = 'Payment Error';
|
|
103
|
+
icon = 'warning';
|
|
104
|
+
break;
|
|
105
|
+
default:
|
|
106
|
+
icon = 'error';
|
|
107
|
+
title = 'Error';
|
|
108
|
+
break;
|
|
109
|
+
}
|
|
110
|
+
Swal.fire(title, msg, icon);
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
const { getSettingByKey } = useMarketingSettings();
|
|
114
|
+
|
|
115
|
+
const inPersonDisclaimer = getSettingByKey(MARKETING_SETTINGS_KEYS.registrationInPersonDisclaimer);
|
|
116
|
+
const allowPromoCodes = !!Number(getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteAllowPromoCodes));
|
|
117
|
+
const companyDDLPlaceholder = getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteCompanyDDLPlaceholder);
|
|
118
|
+
const showCompanyInputDefaultOptions = !!Number(getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteShowCompanyInputDefaultOptions));
|
|
119
|
+
const showCompanyInput = !!Number(getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteShowCompanyInput));
|
|
120
|
+
const initialOrderComplete1stParagraph = getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteInitialOrderComplete1stParagraph);
|
|
121
|
+
const initialOrderComplete2ndParagraph = getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteInitialOrderComplete2ndParagraph);
|
|
122
|
+
const initialOrderCompleteButton = getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteInitialOrderCompleteButton);
|
|
123
|
+
const orderCompleteTitle = getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteOrderCompleteTitle);
|
|
124
|
+
const orderComplete1stParagraph = getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteOrderComplete1stParagraph);
|
|
125
|
+
const orderComplete2ndParagraph = getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteOrderComplete2ndParagraph);
|
|
126
|
+
const orderCompleteButton = getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteOrderCompleteButton);
|
|
127
|
+
const noAllowedTicketsMessage = getSettingByKey(MARKETING_SETTINGS_KEYS.regLiteNoAllowedTicketsMessage);
|
|
128
|
+
|
|
129
|
+
const siteSettings = useSiteSettings();
|
|
130
|
+
const paymentSettings = usePaymentSettings();
|
|
131
|
+
|
|
132
|
+
return {
|
|
133
|
+
apiBaseUrl: getEnvVariable(SUMMIT_API_BASE_URL),
|
|
134
|
+
clientId: getEnvVariable(OAUTH2_CLIENT_ID),
|
|
135
|
+
summitData: summit,
|
|
136
|
+
profileData: idpProfile,
|
|
137
|
+
marketingData: colorSettings,
|
|
138
|
+
loginOptions: validateIdentityProviderButtons(siteSettings?.identityProviderButtons, availableThirdPartyProviders),
|
|
139
|
+
loading: loadingProfile || loadingIDP,
|
|
140
|
+
ticketOwned: userProfile?.summit_tickets?.length > 0,
|
|
141
|
+
hasVirtualAccessLevel: userHasAccessLevel(userProfile?.summit_tickets, VIRTUAL_ACCESS_LEVEL),
|
|
142
|
+
ownedTickets: attendee?.ticket_types || [],
|
|
143
|
+
authUser: (provider) => onClickLogin(provider),
|
|
144
|
+
getPasswordlessCode,
|
|
145
|
+
loginWithCode: (code, email) => loginPasswordless(code, email).then(() => navigate(backUrl)),
|
|
146
|
+
getAccessToken: getAccessTokenSafely,
|
|
147
|
+
closeWidget,
|
|
148
|
+
goToExtraQuestions: (attendeeId) => {
|
|
149
|
+
navigate(`/a/extra-questions${attendeeId ? `/#attendee=${attendeeId}` : ''}`);
|
|
150
|
+
},
|
|
151
|
+
goToEvent: () => navigate("/a/"),
|
|
152
|
+
goToMyOrders: () => navigate("/a/my-tickets"),
|
|
153
|
+
onPurchaseComplete: (order) => {
|
|
154
|
+
setUserOrder(order)
|
|
155
|
+
.then(() => checkOrderData(order))
|
|
156
|
+
.then(() => getUserProfile())
|
|
157
|
+
.catch((e) => console.log("getUserProfile error"));
|
|
158
|
+
},
|
|
159
|
+
completedExtraQuestions: async (attendee) => {
|
|
160
|
+
if (!attendee) return true;
|
|
161
|
+
await getExtraQuestions(attendee?.id);
|
|
162
|
+
return checkRequireExtraQuestionsByAttendee(attendee);
|
|
163
|
+
},
|
|
164
|
+
trackEvent: triggerTagManagerTrackEvent,
|
|
165
|
+
inPersonDisclaimer,
|
|
166
|
+
handleCompanyError: () => handleCompanyError,
|
|
167
|
+
allowsNativeAuth,
|
|
168
|
+
allowsOtpAuth,
|
|
169
|
+
providerOptions: {
|
|
170
|
+
fonts: [{ cssSrc: withPrefix("/fonts/fonts.css") }],
|
|
171
|
+
style: { base: { fontFamily: `"Nunito Sans", sans-serif`, fontWeight: 300 } }
|
|
172
|
+
},
|
|
173
|
+
loginInitialEmailInputValue: initialEmailValue,
|
|
174
|
+
authErrorCallback: (error) => {
|
|
175
|
+
const fragment = window?.location?.hash;
|
|
176
|
+
return navigate("/auth/logout", {
|
|
177
|
+
state: {
|
|
178
|
+
backUrl: backUrl + (fragment || '')
|
|
179
|
+
}
|
|
180
|
+
});
|
|
181
|
+
},
|
|
182
|
+
allowPromoCodes,
|
|
183
|
+
companyDDLPlaceholder,
|
|
184
|
+
supportEmail: summit?.support_email || getEnvVariable(SUPPORT_EMAIL),
|
|
185
|
+
initialOrderComplete1stParagraph,
|
|
186
|
+
initialOrderComplete2ndParagraph,
|
|
187
|
+
initialOrderCompleteButton,
|
|
188
|
+
orderCompleteTitle,
|
|
189
|
+
orderComplete1stParagraph,
|
|
190
|
+
orderComplete2ndParagraph,
|
|
191
|
+
orderCompleteButton,
|
|
192
|
+
noAllowedTicketsMessage,
|
|
193
|
+
showCompanyInput,
|
|
194
|
+
showCompanyInputDefaultOptions,
|
|
195
|
+
idpLogoLight: siteSettings?.idpLogo?.idpLogoLight?.publicURL,
|
|
196
|
+
idpLogoDark: siteSettings?.idpLogo?.idpLogoDark?.publicURL,
|
|
197
|
+
idpLogoAlt: siteSettings?.idpLogo?.idpLogoAlt,
|
|
198
|
+
hidePostalCode: paymentSettings?.hidePostalCode,
|
|
199
|
+
successfulPaymentReturnUrl: `${typeof window !== 'undefined' ? window.location.origin : ''}/a/my-tickets/`,
|
|
200
|
+
onError: handleOnError,
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
export default useRegistrationWidgetProps;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
[ 3448ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://qa-fnvirtual.netlify.app/app-106bdf50e3b0350a741e.js:1
|
|
2
|
-
[ 61102ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://qa-fnvirtual.netlify.app/app-106bdf50e3b0350a741e.js:1
|
|
3
|
-
[ 153393ms] [WARNING] You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used. @ https://localhost:8888/index.js:1682
|
|
4
|
-
[ 153554ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ https://localhost:8888/favicon.ico:0
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
[ 196ms] [WARNING] You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used. @ https://localhost:8888/index.js:1682
|
|
2
|
-
[ 50106ms] [ERROR] Failed to load resource: the server responded with a status of 403 () @ https://api.dev.fnopen.com/api/v1/summits/69/promo-codes?access_token=1nSF8noG69n13lEFEsXk1Lp6BnGibZOHf.-REc9cWbsPgCr.EWx7AlEzFdX.sEWG_agkRfvrCy9j7RNLm1BbzJJ7-d_VWDa4g5-MJNEaob~5FLzGPDczL6I0q.QzBZHa&per_page=5&filter=allows_to_reassign==false:0
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
[ 8466ms] [WARNING] Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading @ https://maps.googleapis.com/maps/api/js?key=AIzaSyAWMB1mWE56swbVGnhwiM7_DwiI4SpyphU&v=3.exp&libraries=geometry,drawing,places&callback=dummy:1432
|
|
2
|
-
[ 9886ms] [ERROR] Document policy violation: js-profiling is not allowed in this document. @ https://showadmin.dev.fnopen.com/281_7e96e0cb51789cc60d24.js:183
|
|
3
|
-
[ 16616ms] [ERROR] Document policy violation: js-profiling is not allowed in this document. @ https://showadmin.dev.fnopen.com/281_7e96e0cb51789cc60d24.js:183
|
|
4
|
-
[ 16693ms] [WARNING] Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading @ https://showadmin.dev.fnopen.com/281_7e96e0cb51789cc60d24.js:183
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
[ 319ms] [WARNING] Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading @ https://maps.googleapis.com/maps/api/js?key=AIzaSyAWMB1mWE56swbVGnhwiM7_DwiI4SpyphU&v=3.exp&libraries=geometry,drawing,places&callback=dummy:1432
|
|
2
|
-
[ 670ms] [ERROR] Document policy violation: js-profiling is not allowed in this document. @ https://showadmin.dev.fnopen.com/281_7e96e0cb51789cc60d24.js:183
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
[ 533ms] [WARNING] Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading @ https://showadmin.dev.fnopen.com/281_7e96e0cb51789cc60d24.js:183
|
|
2
|
-
[ 49720ms] [ERROR] Document policy violation: js-profiling is not allowed in this document. @ https://showadmin.dev.fnopen.com/281_7e96e0cb51789cc60d24.js:183
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
[ 2597ms] [WARNING] You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used. @ https://localhost:8888/index.js:1682
|
|
2
|
-
[ 197088ms] [ERROR] Failed to load resource: the server responded with a status of 412 () @ https://api.dev.fnopen.com/api/v1/summits/13/promo-codes/100OFF/apply?access_token=1nSF8noG69n13lEFEsXk1Lp6BnGibZOHf.-REc9cWbsPgCr.EWx7AlEzFdX.sEWG_agkRfvrCy9j7RNLm1BbzJJ7-d_VWDa4g5-MJNEaob~5FLzGPDczL6I0q.QzBZHa&filter%5B%5D=ticket_type_id%3D%3D168&filter%5B%5D=ticket_type_qty%3D%3D1&filter%5B%5D=ticket_type_subtype%3D%3DRegular:0
|
|
3
|
-
[ 197089ms] [WARNING] SweetAlert2: Unknown parameter "httpCode" @ https://localhost:8888/index.js:279784
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[ 1085ms] [ERROR] Failed to load resource: the server responded with a status of 403 () @ https://api.dev.fnopen.com/api/v1/summits/13/promo-codes/100OFF/apply?access_token=1nSF8noG69n13lEFEsXk1Lp6BnGibZOHf.-REc9cWbsPgCr.EWx7AlEzFdX.sEWG_agkRfvrCy9j7RNLm1BbzJJ7-d_VWDa4g5-MJNEaob~5FLzGPDczL6I0q.QzBZHa&filter[]=ticket_type_id==86&filter[]=ticket_type_qty==1&filter[]=ticket_type_subtype==Regular:0
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
[ 2589ms] [WARNING] You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used. @ https://localhost:8888/index.js:1682
|
|
2
|
-
[ 2739ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ https://localhost:8888/favicon.ico:0
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
[ 905ms] [WARNING] Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading @ https://maps.googleapis.com/maps/api/js?key=AIzaSyAWMB1mWE56swbVGnhwiM7_DwiI4SpyphU&v=3.exp&libraries=geometry,drawing,places&callback=dummy:1432
|
|
2
|
-
[ 1242ms] [ERROR] Document policy violation: js-profiling is not allowed in this document. @ https://showadmin.dev.fnopen.com/281_7e96e0cb51789cc60d24.js:183
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
[ 2726ms] [WARNING] You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used. @ https://localhost:8888/index.js:1682
|
|
2
|
-
[ 105254ms] [ERROR] Failed to load resource: the server responded with a status of 412 () @ https://api.dev.fnopen.com/api/v1/summits/13/promo-codes/100OFF/apply?access_token=1nSF8noG69n13lEFEsXk1Lp6BnGibZOHf.-REc9cWbsPgCr.EWx7AlEzFdX.sEWG_agkRfvrCy9j7RNLm1BbzJJ7-d_VWDa4g5-MJNEaob~5FLzGPDczL6I0q.QzBZHa&filter%5B%5D=ticket_type_id%3D%3D167&filter%5B%5D=ticket_type_qty%3D%3D1&filter%5B%5D=ticket_type_subtype%3D%3DRegular:0
|
|
3
|
-
[ 105256ms] [WARNING] SweetAlert2: Unknown parameter "httpCode" @ https://localhost:8888/index.js:279784
|
|
4
|
-
[ 110782ms] [ERROR] Failed to load resource: the server responded with a status of 412 () @ https://api.dev.fnopen.com/api/v1/summits/13/promo-codes/100OFF/apply?access_token=1nSF8noG69n13lEFEsXk1Lp6BnGibZOHf.-REc9cWbsPgCr.EWx7AlEzFdX.sEWG_agkRfvrCy9j7RNLm1BbzJJ7-d_VWDa4g5-MJNEaob~5FLzGPDczL6I0q.QzBZHa&filter%5B%5D=ticket_type_id%3D%3D168&filter%5B%5D=ticket_type_qty%3D%3D1&filter%5B%5D=ticket_type_subtype%3D%3DRegular:0
|
|
5
|
-
[ 110783ms] [WARNING] SweetAlert2: Unknown parameter "httpCode" @ https://localhost:8888/index.js:279784
|
|
6
|
-
[ 118161ms] [ERROR] Failed to load resource: the server responded with a status of 412 () @ https://api.dev.fnopen.com/api/v1/summits/13/promo-codes/100OFF/apply?access_token=1nSF8noG69n13lEFEsXk1Lp6BnGibZOHf.-REc9cWbsPgCr.EWx7AlEzFdX.sEWG_agkRfvrCy9j7RNLm1BbzJJ7-d_VWDa4g5-MJNEaob~5FLzGPDczL6I0q.QzBZHa&filter%5B%5D=ticket_type_id%3D%3D168&filter%5B%5D=ticket_type_qty%3D%3D1&filter%5B%5D=ticket_type_subtype%3D%3DRegular:0
|
|
7
|
-
[ 118161ms] [WARNING] SweetAlert2: Unknown parameter "httpCode" @ https://localhost:8888/index.js:279784
|
|
8
|
-
[ 126592ms] [ERROR] Failed to load resource: the server responded with a status of 412 () @ https://api.dev.fnopen.com/api/v1/summits/13/promo-codes/100OFF/apply?access_token=1nSF8noG69n13lEFEsXk1Lp6BnGibZOHf.-REc9cWbsPgCr.EWx7AlEzFdX.sEWG_agkRfvrCy9j7RNLm1BbzJJ7-d_VWDa4g5-MJNEaob~5FLzGPDczL6I0q.QzBZHa&filter%5B%5D=ticket_type_id%3D%3D167&filter%5B%5D=ticket_type_qty%3D%3D1&filter%5B%5D=ticket_type_subtype%3D%3DRegular:0
|
|
9
|
-
[ 126592ms] [WARNING] SweetAlert2: Unknown parameter "httpCode" @ https://localhost:8888/index.js:279784
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
[ 794ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/a/schedule/:0
|
|
2
|
-
[ 872ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/favicon.ico:0
|
|
3
|
-
[ 13813ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
4
|
-
[ 14142ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/manifest.webmanifest:0
|
|
5
|
-
[ 14143ms] [ERROR] Manifest fetch from https://2026ocpapac.fnvirtual.app/manifest.webmanifest failed, code 401 @ https://2026ocpapac.fnvirtual.app/a/schedule/:0
|
|
6
|
-
[ 14376ms] [WARNING] VIDEOJS: WARN: videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0 @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
7
|
-
[ 14690ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
8
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
9
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
10
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
11
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
12
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
13
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
14
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
15
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
16
|
-
[ 14690ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
17
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
18
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
19
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
20
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
21
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
22
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
23
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
24
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
25
|
-
[ 14691ms] Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
26
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133446)
|
|
27
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
28
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
29
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
30
|
-
at os (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:117956)
|
|
31
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116511)
|
|
32
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
33
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
34
|
-
[ 15713ms] [WARNING] target Element not found @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
[ 495ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
2
|
-
[ 643ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/manifest.webmanifest:0
|
|
3
|
-
[ 643ms] [ERROR] Manifest fetch from https://2026ocpapac.fnvirtual.app/manifest.webmanifest failed, code 401 @ https://2026ocpapac.fnvirtual.app/a/schedule/:0
|
|
4
|
-
[ 859ms] [WARNING] VIDEOJS: WARN: videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0 @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
5
|
-
[ 982ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
6
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
7
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
8
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
9
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
10
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
11
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
12
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
13
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
14
|
-
[ 983ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
15
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
16
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
17
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
18
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
19
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
20
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
21
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
22
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
23
|
-
[ 984ms] Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
24
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133446)
|
|
25
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
26
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
27
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
28
|
-
at os (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:117956)
|
|
29
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116511)
|
|
30
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
31
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
32
|
-
[ 1512ms] [WARNING] target Element not found @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
33
|
-
[ 1091698ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
34
|
-
[ 1091829ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/manifest.webmanifest:0
|
|
35
|
-
[ 1091829ms] [ERROR] Manifest fetch from https://2026ocpapac.fnvirtual.app/manifest.webmanifest failed, code 401 @ https://2026ocpapac.fnvirtual.app/a/schedule/:0
|
|
36
|
-
[ 1091924ms] [WARNING] VIDEOJS: WARN: videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0 @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
37
|
-
[ 1092098ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
38
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
39
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
40
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
41
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
42
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
43
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
44
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
45
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
46
|
-
[ 1092099ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
47
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
48
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
49
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
50
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
51
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
52
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
53
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
54
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
55
|
-
[ 1092100ms] Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
56
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133446)
|
|
57
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
58
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
59
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
60
|
-
at os (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:117956)
|
|
61
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116511)
|
|
62
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
63
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
64
|
-
[ 1093137ms] [WARNING] target Element not found @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
65
|
-
[ 1095161ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://2026ocpapac.fnvirtual.app/page-data/a/schedule/page-data.json:0
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
[ 450ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
2
|
-
[ 495ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/manifest.webmanifest:0
|
|
3
|
-
[ 495ms] [ERROR] Manifest fetch from https://2026ocpapac.fnvirtual.app/manifest.webmanifest failed, code 401 @ https://2026ocpapac.fnvirtual.app/a/schedule/:0
|
|
4
|
-
[ 703ms] [WARNING] VIDEOJS: WARN: videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0 @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
5
|
-
[ 898ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
6
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
7
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
8
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
9
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
10
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
11
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
12
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
13
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
14
|
-
[ 898ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
15
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
16
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
17
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
18
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
19
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
20
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
21
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
22
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
23
|
-
[ 900ms] Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
24
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133446)
|
|
25
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
26
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
27
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
28
|
-
at os (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:117956)
|
|
29
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116511)
|
|
30
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
31
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
32
|
-
[ 1442ms] [WARNING] target Element not found @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
33
|
-
[ 15054ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://2026ocpapac.fnvirtual.app/page-data/a/schedule/page-data.json:0
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
[ 1799ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://qa-fnvirtual.netlify.app/app-106bdf50e3b0350a741e.js:1
|
|
2
|
-
[ 3014ms] [WARNING] VIDEOJS: WARN: videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0 @ https://qa-fnvirtual.netlify.app/app-106bdf50e3b0350a741e.js:1
|
|
3
|
-
[ 3248ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
4
|
-
at sa (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:61024)
|
|
5
|
-
at xi (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:133690)
|
|
6
|
-
at bs (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:121248)
|
|
7
|
-
at gs (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:121176)
|
|
8
|
-
at vs (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:121039)
|
|
9
|
-
at ls (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:116202)
|
|
10
|
-
at S (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:143139)
|
|
11
|
-
at MessagePort.z (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:143671)
|
|
12
|
-
[ 3248ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
13
|
-
at sa (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:61024)
|
|
14
|
-
at xi (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:133690)
|
|
15
|
-
at bs (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:121248)
|
|
16
|
-
at gs (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:121176)
|
|
17
|
-
at vs (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:121039)
|
|
18
|
-
at ls (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:116202)
|
|
19
|
-
at S (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:143139)
|
|
20
|
-
at MessagePort.z (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:143671)
|
|
21
|
-
[ 3250ms] Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
22
|
-
at xi (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:133376)
|
|
23
|
-
at bs (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:121248)
|
|
24
|
-
at gs (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:121176)
|
|
25
|
-
at vs (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:121039)
|
|
26
|
-
at as (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:117874)
|
|
27
|
-
at ls (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:116429)
|
|
28
|
-
at S (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:143139)
|
|
29
|
-
at MessagePort.z (https://qa-fnvirtual.netlify.app/framework-04a21a74292005e3d403.js:2:143671)
|
|
30
|
-
[ 5181ms] [WARNING] Multiple GoTrueClient instances detected in the same browser context. It is not an error, but this should be avoided as it may produce undefined behavior when used concurrently under the same storage key. @ https://qa-fnvirtual.netlify.app/app-106bdf50e3b0350a741e.js:1
|
|
31
|
-
[ 5226ms] [WARNING] target Element not found @ https://qa-fnvirtual.netlify.app/app-106bdf50e3b0350a741e.js:1
|
|
32
|
-
[ 7649ms] [WARNING] Error: The domain QA-FNVIRTUAL.NETLIFY.APP is not authorized to show the cookie banner for domain group ID 33dacfeb-1f26-4758-9e78-b95d25136981. Please add it to the domain group in the Cookiebot Manager to authorize the domain. @ https://qa-fnvirtual.netlify.app/app-106bdf50e3b0350a741e.js:1
|
|
33
|
-
[ 8185ms] [ERROR] Failed to load resource: the server responded with a status of 400 () @ https://cjzxafgwykoupwadhqjx.supabase.co/auth/v1/token?grant_type=password:0
|
|
34
|
-
[ 8186ms] [ERROR] AuthApiError: Invalid login credentials
|
|
35
|
-
at ot (https://qa-fnvirtual.netlify.app/02ddce07fa1c92e8f9a5f3a267b94772570b27b2-54f9405bee71b2415de7.js:1:44055)
|
|
36
|
-
at async c.headers (https://qa-fnvirtual.netlify.app/02ddce07fa1c92e8f9a5f3a267b94772570b27b2-54f9405bee71b2415de7.js:1:44847)
|
|
37
|
-
at async at (https://qa-fnvirtual.netlify.app/02ddce07fa1c92e8f9a5f3a267b94772570b27b2-54f9405bee71b2415de7.js:1:44444)
|
|
38
|
-
at async Ot.signInWithPassword (https://qa-fnvirtual.netlify.app/02ddce07fa1c92e8f9a5f3a267b94772570b27b2-54f9405bee71b2415de7.js:1:57856)
|
|
39
|
-
at async c (https://qa-fnvirtual.netlify.app/6f5973e6-139742a7ff2737faf1db.js:1:869)
|
|
40
|
-
at async w._initializeAttendeeUser (https://qa-fnvirtual.netlify.app/6f5973e6-139742a7ff2737faf1db.js:1:2062)
|
|
41
|
-
at async w.trackAccess (https://qa-fnvirtual.netlify.app/6f5973e6-139742a7ff2737faf1db.js:1:8970)
|
|
42
|
-
at async https://qa-fnvirtual.netlify.app/6f5973e6-139742a7ff2737faf1db.js:1:65488 @ https://qa-fnvirtual.netlify.app/app-106bdf50e3b0350a741e.js:1
|
|
43
|
-
[ 8806ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://consentcdn.cookiebot.com/consentconfig/33dacfeb-1f26-4758-9e78-b95d25136981/settings.json:0
|
|
44
|
-
[ 24906ms] [ERROR] Access to fetch at 'https://timeintervalsince1970.dev.fnopen.com/' from origin 'https://qa-fnvirtual.netlify.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. @ https://qa-fnvirtual.netlify.app/a/schedule/:0
|
|
45
|
-
[ 24906ms] [ERROR] Failed to load resource: net::ERR_FAILED @ https://timeintervalsince1970.dev.fnopen.com/:0
|
|
46
|
-
[ 26636ms] [ERROR] Access to XMLHttpRequest at 'https://api.dev.fnopen.com/api/v1/summits/69/metrics/enter' from origin 'https://qa-fnvirtual.netlify.app' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. @ https://qa-fnvirtual.netlify.app/a/schedule/:0
|
|
47
|
-
[ 26636ms] [ERROR] Failed to load resource: net::ERR_FAILED @ https://api.dev.fnopen.com/api/v1/summits/69/metrics/enter:0
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
[ 188ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/a/schedule/:0
|
|
2
|
-
[ 277ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/favicon.ico:0
|
|
3
|
-
[ 7180ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
4
|
-
[ 7338ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/manifest.webmanifest:0
|
|
5
|
-
[ 7338ms] [ERROR] Manifest fetch from https://2026ocpapac.fnvirtual.app/manifest.webmanifest failed, code 401 @ https://2026ocpapac.fnvirtual.app/a/schedule/:0
|
|
6
|
-
[ 7419ms] [WARNING] VIDEOJS: WARN: videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0 @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
7
|
-
[ 7603ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
8
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
9
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
10
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
11
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
12
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
13
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
14
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
15
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
16
|
-
[ 7604ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
17
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
18
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
19
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
20
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
21
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
22
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
23
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
24
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
25
|
-
[ 7605ms] Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
26
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133446)
|
|
27
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
28
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
29
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
30
|
-
at os (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:117956)
|
|
31
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116511)
|
|
32
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
33
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
34
|
-
[ 8666ms] [WARNING] target Element not found @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
35
|
-
[ 323662ms] [WARNING] target Element not found @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
36
|
-
[ 484502ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
37
|
-
[ 484632ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/manifest.webmanifest:0
|
|
38
|
-
[ 484632ms] [ERROR] Manifest fetch from https://2026ocpapac.fnvirtual.app/manifest.webmanifest failed, code 401 @ https://2026ocpapac.fnvirtual.app/a/schedule/:0
|
|
39
|
-
[ 484734ms] [WARNING] VIDEOJS: WARN: videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0 @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
40
|
-
[ 484910ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
41
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
42
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
43
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
44
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
45
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
46
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
47
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
48
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
49
|
-
[ 484910ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
50
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
51
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
52
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
53
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
54
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
55
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
56
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
57
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
58
|
-
[ 484912ms] Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
59
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133446)
|
|
60
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
61
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
62
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
63
|
-
at os (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:117956)
|
|
64
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116511)
|
|
65
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
66
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
67
|
-
[ 485945ms] [WARNING] target Element not found @ https://2026ocpapac.fnvirtual.app/app-97f12796d8c9dce114f6.js:1
|
|
68
|
-
[ 589433ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://2026ocpapac.fnvirtual.app/app-8ce682e2ac5cd3dbf642.js:1
|
|
69
|
-
[ 589575ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/manifest.webmanifest:0
|
|
70
|
-
[ 589575ms] [ERROR] Manifest fetch from https://2026ocpapac.fnvirtual.app/manifest.webmanifest failed, code 401 @ https://2026ocpapac.fnvirtual.app/a/schedule/:0
|
|
71
|
-
[ 589738ms] [WARNING] VIDEOJS: WARN: videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0 @ https://2026ocpapac.fnvirtual.app/app-8ce682e2ac5cd3dbf642.js:1
|
|
72
|
-
[ 590078ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
73
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
74
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
75
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
76
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
77
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
78
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
79
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
80
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
81
|
-
[ 590079ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
82
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
83
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
84
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
85
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
86
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
87
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
88
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
89
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
90
|
-
[ 590080ms] Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
91
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133446)
|
|
92
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
93
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
94
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
95
|
-
at os (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:117956)
|
|
96
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116511)
|
|
97
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
98
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
99
|
-
[ 591753ms] [WARNING] target Element not found @ https://2026ocpapac.fnvirtual.app/app-8ce682e2ac5cd3dbf642.js:1
|
|
100
|
-
[ 749857ms] [WARNING] Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set. @ https://2026ocpapac.fnvirtual.app/app-8ce682e2ac5cd3dbf642.js:1
|
|
101
|
-
[ 749917ms] [WARNING] VIDEOJS: WARN: videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0 @ https://2026ocpapac.fnvirtual.app/app-8ce682e2ac5cd3dbf642.js:1
|
|
102
|
-
[ 750019ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
103
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
104
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
105
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
106
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
107
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
108
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
109
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
110
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
111
|
-
[ 750021ms] Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
112
|
-
at sa (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:61076)
|
|
113
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133760)
|
|
114
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
115
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
116
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
117
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116284)
|
|
118
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
119
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
120
|
-
[ 750023ms] Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
|
|
121
|
-
at _i (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:133446)
|
|
122
|
-
at ws (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121330)
|
|
123
|
-
at ys (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121258)
|
|
124
|
-
at gs (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:121121)
|
|
125
|
-
at os (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:117956)
|
|
126
|
-
at as (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:116511)
|
|
127
|
-
at S (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143217)
|
|
128
|
-
at MessagePort.z (https://2026ocpapac.fnvirtual.app/framework-357bc04c194dd9384808.js:2:143749)
|
|
129
|
-
[ 750019ms] [ERROR] Failed to load resource: the server responded with a status of 401 () @ https://2026ocpapac.fnvirtual.app/manifest.webmanifest:0
|
|
130
|
-
[ 750020ms] [ERROR] Manifest fetch from https://2026ocpapac.fnvirtual.app/manifest.webmanifest failed, code 401 @ https://2026ocpapac.fnvirtual.app/a/schedule/:0
|
|
131
|
-
[ 750999ms] [WARNING] target Element not found @ https://2026ocpapac.fnvirtual.app/app-8ce682e2ac5cd3dbf642.js:1
|