-
So I have run into a problem with content on subdomains that shouldn't be there being there.
Let's assume that I have a folder of static content that should only be served on `example.com`. In this…
-
## Ruby and Rails versions
```
ruby -v
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
rails -v
Rails 6.0.3.4
```
## Steps to Reproduce
Backend
1. Add New Payment …
-
**What would you like to be added**:
See Goals/Non Goals section below. I originally created this as a Google Doc, so I'm keeping the source format below. It's a lot of information for a simple…
-
I'm trying to create a conversation via n8n and API. Unfortunately I'm getting a 500 error without further specification.
```
{
"errorMessage": "The service was not able to process your request…
-
- ASP .NET Core 3.1
- NSwag.AspNetCore 13.8.2
---
I get a `NullReferenceException` if I have any controller receiving `JsonPatchDocument`.
```
[HttpPatch]
public ActionResult PartialUpdate…
-
### Describe the bug
Use the **RequestSizeLimitAttribute** together with **IFormFile** on an WebApi action method. The expected behaviour when
the request body is too large is to return a 500 i…
-
Hi, First of all thank you for making our lives easier by developing this.
For some weird reason when I installed the app into our forge server, after logging in(linkedIn) and logging out, Undefined …
-
Hi,
I came across your libaray and would like to use it in my dotnet core project but when I tried to use it I got a Binary Serialization error.
Is this compatible with dotnet core v5?
```
S…
-
```ts
class SortOrder {
[index: string]: 'ASC' | 'DESC'
}
class Query {
@IsNumber()
readonly offset: number = 0;
@IsNumber()
readonly limit: number = 10;
@ValidateNested()
…
-
Hi,
I've an error after installing your plugin.
If I comment the line #17 of init.rb I can go in admin, but impossible to access the plugin configuration page...
Thanks,
(Redmine 1.3.1.devel)
```
…