-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
We are updating applications to net7 and discovered problems serving static files. We have a …
-
### Link to the code that reproduces this issue
https://github.com/Git-I985/next-custom-page-extension-custom-sitemap-route-bug
### To Reproduce
1. Create blank next project
2. Configure cus…
-
## Setup
- Version: v5.7.52-C141
- Environment: ZIP
## Interface
- Flutter: yes
- React: *dunno*
## Checklist
- Can you replicate the issue on our v5 demo site https://demo.invoiceninja…
itkfm updated
11 months ago
-
Hi!
Let's have example code (from https://www.slimframework.com/docs/v3/cookbook/enable-cors.html):
```php
$app->add(function($request, $response, $next) {
$route = $request->getAttribute("r…
-
Im trying to build multi auth but got an issue.
After login and redirect, I can't get logged user information. Also tried to get in middleware but can't.
I find out something: if I remove mapAdm…
-
```
import Router from 'koa-router';
import Joi from '@hapi/joi';
import { Middleware } from '../middleware';
!!! import LibServices from '#services/lib';
const router = new Router();
co…
-
#### Here are a few suggestions for improving the code:
1. Improve the class and method naming conventions to follow PHP naming conventions. For example, consider renaming `paramMatch()` to `paramM…
-
and this is what shows up in the console:
`[Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (options, line 0)`
```{
"message": "Cannot use ob…
-
Hello, I did as stated in the documentation:
Created a NiceArtisan Middlware:
```php
-
I know that for limit access to a route group via middlewares and assign a role (or permission) to it, I should do that like this:
```
Route::group(['prefix' => 'admin', 'middleware' => ['role:admin'…