[GH-ISSUE #8] Json parse exception #6

Open
opened 2026-02-27 07:15:09 +03:00 by kerem · 3 comments
Owner

Originally created by @daviddesmet on GitHub (May 31, 2019).
Original GitHub issue: https://github.com/jc21/docker-registry-ui/issues/8

I'm getting the following exception when browsing any docker image:

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

I've set NODE_ENV to development but there are no logs about it. Could you provide a hint on how to get the logs spilled out in order to track the issue?

Thanks in advance!

Originally created by @daviddesmet on GitHub (May 31, 2019). Original GitHub issue: https://github.com/jc21/docker-registry-ui/issues/8 I'm getting the following exception when browsing any docker image: ``` SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data ``` I've set `NODE_ENV` to `development` but there are no logs about it. Could you provide a hint on how to get the logs spilled out in order to track the issue? Thanks in advance!
Author
Owner

@rockyluke commented on GitHub (Jul 6, 2019):

I currently encounter the same issue on our side with fresh new pushed containers.

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data.

<!-- gh-comment-id:508950541 --> @rockyluke commented on GitHub (Jul 6, 2019): I currently encounter the same issue on our side with fresh new pushed containers. `SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data`.
Author
Owner

@fractalyse commented on GitHub (Aug 23, 2019):

I currently encounter the same issue on our side with fresh new pushed containers.

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data.

Same here

<!-- gh-comment-id:524327842 --> @fractalyse commented on GitHub (Aug 23, 2019): > I currently encounter the same issue on our side with fresh new pushed containers. > > `SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data`. Same here
Author
Owner

@xvmaatmat commented on GitHub (Oct 2, 2019):

you might have some invalid characters on your image name. Currently only these are allowed "-a-zA-Z0-9"

<!-- gh-comment-id:537453591 --> @xvmaatmat commented on GitHub (Oct 2, 2019): you might have some invalid characters on your image name. Currently only these are allowed "-a-zA-Z0-9"
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-registry-ui-jc21#6
No description provided.