mirror of
https://github.com/jc21/docker-registry-ui.git
synced 2026-04-25 09:15:54 +03:00
[GH-ISSUE #8] Json parse exception #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-registry-ui-jc21#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
I've set
NODE_ENVtodevelopmentbut 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!
@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.@fractalyse commented on GitHub (Aug 23, 2019):
Same here
@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"