Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homer7 - dashboards broken for all users - "/api/v3/*" HTTP 400 #612

Open
JCrabtree911 opened this issue Sep 27, 2023 · 2 comments
Open
Assignees

Comments

@JCrabtree911
Copy link

Homer 7.10.29 on Ubuntu 20.04.6 (LTS)
Users cannot modify dashboards.

From the front-end requests to any of the API /api/v3/ receive an HTTP 400 (Bad Request) response and I can see that the request headers from the browser do not include 'Auth-Token', which is specified in the default webapp_config.js

In the homer-app.log I see this any time I try to add an item to a dashboard

"Couldn't add dashboard to table user_settings: pq: invalid input syntax for type json"

@github-actions
Copy link

Please star this repository to motivate the developers and to get higher priority! ⭐

@AlexeyOplachko
Copy link
Collaborator

Auth-Token header is not for authorization from browser, can you please check that Authorization header is applied in your requests?
Likely it is there(otherwise you'd be kicked out to login page)

Can you also provide export of one of dashboards that don't work? It could be possible there's some issue there.
To get export, do following steps:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants