maxmannen
AEAsh Elixir
•Created by maxmannen on 3/13/2023 in #support
Filter function do not work...What am I missing? (Returns empty)
18 replies
AEAsh Elixir
•Created by maxmannen on 2/7/2023 in #support
Problem with override image
Do not get this to work - the standard Ash image is still there... also, is there it a spec of all the overrides?
6 replies
AEAsh Elixir
•Created by maxmannen on 1/23/2023 in #support
Can´t get json-api to work when passing arguments.
My api is working with no arguments but I can´t understand how to do it with passing arguments.
I run this (with singel or dubbelbrackets- same result):
http://localhost:4000/api/json/documents/syllabuses/by_type/"se"/"gy"/"courses"
and get this:
```
{
"errors": [
{
"code": "NotFound",
"detail": "No syllabus record found with
country_code: "se", document_type: "courses", school_type: "gy"`",
"id": "1db6e507-92e1-4683-a133-517993305779",
"status": "404",
"title": "Entity Not Found"
}
],
"jsonapi": {
"version": "1.0"
}
}
```21 replies