File tree Expand file tree Collapse file tree 7 files changed +288
-36
lines changed
emailpassword/troubleshooting
passwordless/troubleshooting
thirdpartyemailpassword/troubleshooting
thirdpartypasswordless/troubleshooting
thirdparty/troubleshooting Expand file tree Collapse file tree 7 files changed +288
-36
lines changed Original file line number Diff line number Diff line change @@ -183,23 +183,65 @@ supertokens.init({
183
183
</TabItem >
184
184
</NpmOrScriptTabs >
185
185
186
+ The above will print out SuperTokens debug log on the browser console:
187
+
188
+ <img src = " /img/front-debug-logs.png" alt = " Frontend browser debug logs" />
189
+
186
190
</TabItem >
187
191
188
192
<TabItem value = " mobile" >
189
193
194
+ <FrontendMobileSubTabs >
195
+
196
+ <TabItem value = " reactnative" >
197
+
198
+ ``` tsx
199
+ import SuperTokens from ' supertokens-react-native' ;
200
+
201
+ SuperTokens .init ({
202
+ apiDomain: " ..." ,
203
+ // highlight-next-line
204
+ enableDebugLogs: true ,
205
+ });
206
+ ```
207
+
208
+ The above will print out SuperTokens debug logs on the terminal if you're using the React Native CLI or Expo:
209
+
210
+ <img src = " /img/react-native-debug-logs.png" alt = " React Native debug logs" />
211
+
212
+ </TabItem >
213
+
214
+
215
+ <TabItem value = " android" >
216
+
190
217
:::caution
191
- Debug logs feature not yet available for mobile apps.
218
+ Debug logs feature not yet available for Android
192
219
:::
193
220
194
221
</TabItem >
195
222
196
- </ FrontendCustomUITabs >
223
+ <TabItem value = " ios " >
197
224
198
- </CustomUIContent >
225
+ :::caution
226
+ Debug logs feature not yet available for iOS
227
+ :::
199
228
200
- </PreBuiltOrCustomUISwitcher >
229
+ </TabItem >
201
230
231
+ <TabItem value = " flutter" >
202
232
203
- The above will print out supertokens debug log on the browser console:
233
+ :::caution
234
+ Debug logs feature not yet available for Flutter
235
+ :::
236
+
237
+ </TabItem >
204
238
205
- <img src = " /img/front-debug-logs.png" alt = " Frontend browser debug logs" />
239
+ </FrontendMobileSubTabs >
240
+
241
+ </TabItem >
242
+
243
+ </FrontendCustomUITabs >
244
+
245
+ </CustomUIContent >
246
+
247
+ </PreBuiltOrCustomUISwitcher >
Original file line number Diff line number Diff line change @@ -183,23 +183,65 @@ supertokens.init({
183
183
</TabItem >
184
184
</NpmOrScriptTabs >
185
185
186
+ The above will print out SuperTokens debug log on the browser console:
187
+
188
+ <img src = " /img/front-debug-logs.png" alt = " Frontend browser debug logs" />
189
+
186
190
</TabItem >
187
191
188
192
<TabItem value = " mobile" >
189
193
194
+ <FrontendMobileSubTabs >
195
+
196
+ <TabItem value = " reactnative" >
197
+
198
+ ``` tsx
199
+ import SuperTokens from ' supertokens-react-native' ;
200
+
201
+ SuperTokens .init ({
202
+ apiDomain: " ..." ,
203
+ // highlight-next-line
204
+ enableDebugLogs: true ,
205
+ });
206
+ ```
207
+
208
+ The above will print out SuperTokens debug logs on the terminal if you're using the React Native CLI or Expo:
209
+
210
+ <img src = " /img/react-native-debug-logs.png" alt = " React Native debug logs" />
211
+
212
+ </TabItem >
213
+
214
+
215
+ <TabItem value = " android" >
216
+
190
217
:::caution
191
- Debug logs feature not yet available for mobile apps.
218
+ Debug logs feature not yet available for Android
192
219
:::
193
220
194
221
</TabItem >
195
222
196
- </ FrontendCustomUITabs >
223
+ <TabItem value = " ios " >
197
224
198
- </CustomUIContent >
225
+ :::caution
226
+ Debug logs feature not yet available for iOS
227
+ :::
199
228
200
- </PreBuiltOrCustomUISwitcher >
229
+ </TabItem >
201
230
231
+ <TabItem value = " flutter" >
202
232
203
- The above will print out supertokens debug log on the browser console:
233
+ :::caution
234
+ Debug logs feature not yet available for Flutter
235
+ :::
204
236
205
- <img src = " /img/front-debug-logs.png" alt = " Frontend browser debug logs" />
237
+ </TabItem >
238
+
239
+ </FrontendMobileSubTabs >
240
+
241
+ </TabItem >
242
+
243
+ </FrontendCustomUITabs >
244
+
245
+ </CustomUIContent >
246
+
247
+ </PreBuiltOrCustomUISwitcher >
Original file line number Diff line number Diff line change @@ -183,23 +183,65 @@ supertokens.init({
183
183
</TabItem >
184
184
</NpmOrScriptTabs >
185
185
186
+ The above will print out SuperTokens debug log on the browser console:
187
+
188
+ <img src = " /img/front-debug-logs.png" alt = " Frontend browser debug logs" />
189
+
186
190
</TabItem >
187
191
188
192
<TabItem value = " mobile" >
189
193
194
+ <FrontendMobileSubTabs >
195
+
196
+ <TabItem value = " reactnative" >
197
+
198
+ ``` tsx
199
+ import SuperTokens from ' supertokens-react-native' ;
200
+
201
+ SuperTokens .init ({
202
+ apiDomain: " ..." ,
203
+ // highlight-next-line
204
+ enableDebugLogs: true ,
205
+ });
206
+ ```
207
+
208
+ The above will print out SuperTokens debug logs on the terminal if you're using the React Native CLI or Expo:
209
+
210
+ <img src = " /img/react-native-debug-logs.png" alt = " React Native debug logs" />
211
+
212
+ </TabItem >
213
+
214
+
215
+ <TabItem value = " android" >
216
+
190
217
:::caution
191
- Debug logs feature not yet available for mobile apps.
218
+ Debug logs feature not yet available for Android
192
219
:::
193
220
194
221
</TabItem >
195
222
196
- </ FrontendCustomUITabs >
223
+ <TabItem value = " ios " >
197
224
198
- </CustomUIContent >
225
+ :::caution
226
+ Debug logs feature not yet available for iOS
227
+ :::
199
228
200
- </PreBuiltOrCustomUISwitcher >
229
+ </TabItem >
201
230
231
+ <TabItem value = " flutter" >
202
232
203
- The above will print out supertokens debug log on the browser console:
233
+ :::caution
234
+ Debug logs feature not yet available for Flutter
235
+ :::
204
236
205
- <img src = " /img/front-debug-logs.png" alt = " Frontend browser debug logs" />
237
+ </TabItem >
238
+
239
+ </FrontendMobileSubTabs >
240
+
241
+ </TabItem >
242
+
243
+ </FrontendCustomUITabs >
244
+
245
+ </CustomUIContent >
246
+
247
+ </PreBuiltOrCustomUISwitcher >
Original file line number Diff line number Diff line change @@ -183,23 +183,65 @@ supertokens.init({
183
183
</TabItem >
184
184
</NpmOrScriptTabs >
185
185
186
+ The above will print out SuperTokens debug log on the browser console:
187
+
188
+ <img src = " /img/front-debug-logs.png" alt = " Frontend browser debug logs" />
189
+
186
190
</TabItem >
187
191
188
192
<TabItem value = " mobile" >
189
193
194
+ <FrontendMobileSubTabs >
195
+
196
+ <TabItem value = " reactnative" >
197
+
198
+ ``` tsx
199
+ import SuperTokens from ' supertokens-react-native' ;
200
+
201
+ SuperTokens .init ({
202
+ apiDomain: " ..." ,
203
+ // highlight-next-line
204
+ enableDebugLogs: true ,
205
+ });
206
+ ```
207
+
208
+ The above will print out SuperTokens debug logs on the terminal if you're using the React Native CLI or Expo:
209
+
210
+ <img src = " /img/react-native-debug-logs.png" alt = " React Native debug logs" />
211
+
212
+ </TabItem >
213
+
214
+
215
+ <TabItem value = " android" >
216
+
190
217
:::caution
191
- Debug logs feature not yet available for mobile apps.
218
+ Debug logs feature not yet available for Android
192
219
:::
193
220
194
221
</TabItem >
195
222
196
- </ FrontendCustomUITabs >
223
+ <TabItem value = " ios " >
197
224
198
- </CustomUIContent >
225
+ :::caution
226
+ Debug logs feature not yet available for iOS
227
+ :::
199
228
200
- </PreBuiltOrCustomUISwitcher >
229
+ </TabItem >
201
230
231
+ <TabItem value = " flutter" >
202
232
203
- The above will print out supertokens debug log on the browser console:
233
+ :::caution
234
+ Debug logs feature not yet available for Flutter
235
+ :::
204
236
205
- <img src = " /img/front-debug-logs.png" alt = " Frontend browser debug logs" />
237
+ </TabItem >
238
+
239
+ </FrontendMobileSubTabs >
240
+
241
+ </TabItem >
242
+
243
+ </FrontendCustomUITabs >
244
+
245
+ </CustomUIContent >
246
+
247
+ </PreBuiltOrCustomUISwitcher >
Original file line number Diff line number Diff line change @@ -183,23 +183,65 @@ supertokens.init({
183
183
</TabItem >
184
184
</NpmOrScriptTabs >
185
185
186
+ The above will print out SuperTokens debug log on the browser console:
187
+
188
+ <img src = " /img/front-debug-logs.png" alt = " Frontend browser debug logs" />
189
+
186
190
</TabItem >
187
191
188
192
<TabItem value = " mobile" >
189
193
194
+ <FrontendMobileSubTabs >
195
+
196
+ <TabItem value = " reactnative" >
197
+
198
+ ``` tsx
199
+ import SuperTokens from ' supertokens-react-native' ;
200
+
201
+ SuperTokens .init ({
202
+ apiDomain: " ..." ,
203
+ // highlight-next-line
204
+ enableDebugLogs: true ,
205
+ });
206
+ ```
207
+
208
+ The above will print out SuperTokens debug logs on the terminal if you're using the React Native CLI or Expo:
209
+
210
+ <img src = " /img/react-native-debug-logs.png" alt = " React Native debug logs" />
211
+
212
+ </TabItem >
213
+
214
+
215
+ <TabItem value = " android" >
216
+
190
217
:::caution
191
- Debug logs feature not yet available for mobile apps.
218
+ Debug logs feature not yet available for Android
192
219
:::
193
220
194
221
</TabItem >
195
222
196
- </ FrontendCustomUITabs >
223
+ <TabItem value = " ios " >
197
224
198
- </CustomUIContent >
225
+ :::caution
226
+ Debug logs feature not yet available for iOS
227
+ :::
199
228
200
- </PreBuiltOrCustomUISwitcher >
229
+ </TabItem >
201
230
231
+ <TabItem value = " flutter" >
202
232
203
- The above will print out supertokens debug log on the browser console:
233
+ :::caution
234
+ Debug logs feature not yet available for Flutter
235
+ :::
204
236
205
- <img src = " /img/front-debug-logs.png" alt = " Frontend browser debug logs" />
237
+ </TabItem >
238
+
239
+ </FrontendMobileSubTabs >
240
+
241
+ </TabItem >
242
+
243
+ </FrontendCustomUITabs >
244
+
245
+ </CustomUIContent >
246
+
247
+ </PreBuiltOrCustomUISwitcher >
You can’t perform that action at this time.
0 commit comments