Skip to content

Commit

Permalink
adds general troubleshooting checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Sep 22, 2024
1 parent 4cdf075 commit 0b2ec62
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 0 deletions.
1 change: 1 addition & 0 deletions v2/emailpassword/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ module.exports = {
"testing/testing-with-postman",
"troubleshooting/how-to-troubleshoot",
"troubleshooting/cors-issues",
"troubleshooting/checklist",
],
},
{
Expand Down
12 changes: 12 additions & 0 deletions v2/emailpassword/troubleshooting/checklist.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: checklist
title: Troubleshooting Checklist
hide_title: true
---

<!-- COPY DOCS -->
<!-- ./emailpassword/troubleshooting/checklist.mdx -->

# Troubleshooting Checklist

Please go through this checklist to see possible reasons for the issue you are facing: https://github.com/supertokens/supertokens-core/issues/1044
1 change: 1 addition & 0 deletions v2/passwordless/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ module.exports = {
"testing/testing-with-postman",
"troubleshooting/how-to-troubleshoot",
"troubleshooting/cors-issues",
"troubleshooting/checklist",
],
},
{
Expand Down
12 changes: 12 additions & 0 deletions v2/passwordless/troubleshooting/checklist.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: checklist
title: Troubleshooting Checklist
hide_title: true
---

<!-- COPY DOCS -->
<!-- ./emailpassword/troubleshooting/checklist.mdx -->

# Troubleshooting Checklist

Please go through this checklist to see possible reasons for the issue you are facing: https://github.com/supertokens/supertokens-core/issues/1044
1 change: 1 addition & 0 deletions v2/thirdparty/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ module.exports = {
"testing/testing-with-postman",
"troubleshooting/how-to-troubleshoot",
"troubleshooting/cors-issues",
"troubleshooting/checklist",
],
},
{
Expand Down
12 changes: 12 additions & 0 deletions v2/thirdparty/troubleshooting/checklist.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: checklist
title: Troubleshooting Checklist
hide_title: true
---

<!-- COPY DOCS -->
<!-- ./emailpassword/troubleshooting/checklist.mdx -->

# Troubleshooting Checklist

Please go through this checklist to see possible reasons for the issue you are facing: https://github.com/supertokens/supertokens-core/issues/1044
1 change: 1 addition & 0 deletions v2/thirdpartyemailpassword/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ module.exports = {
"testing/testing-with-postman",
"troubleshooting/how-to-troubleshoot",
"troubleshooting/cors-issues",
"troubleshooting/checklist",
],
},
{
Expand Down
12 changes: 12 additions & 0 deletions v2/thirdpartyemailpassword/troubleshooting/checklist.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: checklist
title: Troubleshooting Checklist
hide_title: true
---

<!-- COPY DOCS -->
<!-- ./emailpassword/troubleshooting/checklist.mdx -->

# Troubleshooting Checklist

Please go through this checklist to see possible reasons for the issue you are facing: https://github.com/supertokens/supertokens-core/issues/1044
1 change: 1 addition & 0 deletions v2/thirdpartypasswordless/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ module.exports = {
"testing/testing-with-postman",
"troubleshooting/how-to-troubleshoot",
"troubleshooting/cors-issues",
"troubleshooting/checklist",
],
},
{
Expand Down
12 changes: 12 additions & 0 deletions v2/thirdpartypasswordless/troubleshooting/checklist.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: checklist
title: Troubleshooting Checklist
hide_title: true
---

<!-- COPY DOCS -->
<!-- ./emailpassword/troubleshooting/checklist.mdx -->

# Troubleshooting Checklist

Please go through this checklist to see possible reasons for the issue you are facing: https://github.com/supertokens/supertokens-core/issues/1044

0 comments on commit 0b2ec62

Please sign in to comment.