You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running this on an linux/amd64, but I also got this error:
docker run --rm --publish 8883:8883 --name todos pame/slinky-todos:0.2.0
Server starting at Port 8883
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
And unsure if related, but the app itself doesn't seem to work. I cannot add or delete todo notes. I understand this is probably some sort of example on how you can build a web app, but I sort of actually wanted to use it as a todo notes server.
Thank you!
The text was updated successfully, but these errors were encountered:
I tried running this on an linux/amd64, but I also got this error:
And unsure if related, but the app itself doesn't seem to work. I cannot add or delete todo notes. I understand this is probably some sort of example on how you can build a web app, but I sort of actually wanted to use it as a todo notes server.
Thank you!
The text was updated successfully, but these errors were encountered: