docs: new troubleshooting guide + cors fix (#6387)
- Fixed CORS middleware to account for routes of a single path (for example, `/custom` and not just `/custom/test`). - Added a troubleshooting guide for admin webpack errors (see issue #6375)
This commit is contained in:
@@ -2244,6 +2244,11 @@ module.exports = {
|
||||
id: "troubleshooting/custom-hooks-error",
|
||||
label: "Custom Hooks Error",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "troubleshooting/admin-webpack-build-types",
|
||||
label: "Webpack Build Error",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user