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

Docker Hub repository #73

Open
fewrainbows opened this issue Oct 23, 2023 · 18 comments
Open

Docker Hub repository #73

fewrainbows opened this issue Oct 23, 2023 · 18 comments
Assignees
Labels
bug Something isn't working

Comments

@fewrainbows
Copy link

Thank you for your IDEAs and software.

Did u consider pushing your image to docker hub?

I think you would have even more visibility through low installation effort

Thank you again!

Best regards

@itsalb3rt
Copy link
Owner

Honestly, I have not considered this before, is a good idea, thanks! Do you have any doc or something to see the path what do I need to follow to do this?

@fewrainbows
Copy link
Author

I created this repository on my dockerhub.

Just for test purposes:
cloudcsv-cloud-csv-web-1

I'm posting you some docs. (Careful: I'm newbie!!)

https://docs.docker.com/get-started/04_sharing_app/

By the way...While registering a new user I get one error (present also in your web demo)

immagine

Thank you!

@itsalb3rt
Copy link
Owner

itsalb3rt commented Oct 25, 2023

Awesome! thanks!

This is the demo or you have a local version ?

@fewrainbows
Copy link
Author

fewrainbows commented Oct 25, 2023

The screenshot is from the local version....

actually after starting up the docker for the API i get this error message

C:\Users***\cloudcsv_api>docker-compose up
time="2023-10-25T15:13:23+02:00" level=warning msg="network traefik-network: network.external.name is deprecated. Please set network.name with external: true"
[+] Building 0.0s (0/0) docker:default
network traefik_proxynet declared as external, but could not be found

@fewrainbows
Copy link
Author

Hello again!
,
googling for similar error I got this:

https://community.traefik.io/t/issue-using-external-networks/2689/8

What do u think?

Thank you!

@itsalb3rt
Copy link
Owner

Cool thanks. I think the network can't stop the startup of the API, If you open the console inside the browser, and then go to the network tab, you can see the failed request and see the details, please send me this detail.

@fewrainbows
Copy link
Author

fewrainbows commented Oct 27, 2023

Uh,. I think i cannot reach that console....

It should be in the API, if I well understand?
immagine

I can start the cloud csv (frontend?)
I cannot start the api (backend?)

Thank u

@itsalb3rt
Copy link
Owner

Ohh, perfect, today I can check this. Thanks for the information, I really appreciate it ❤️

@itsalb3rt itsalb3rt added the bug Something isn't working label Oct 27, 2023
@itsalb3rt itsalb3rt self-assigned this Oct 27, 2023
@itsalb3rt
Copy link
Owner

I Updated the docs and compose on the API, you can try again

@fewrainbows
Copy link
Author

Hello!

the updated docker compose command works!

i get this now
immagine

But trying to create new user i get this error
immagine

Is there any default user?

Thank you again!!!

@itsalb3rt
Copy link
Owner

Now you can access to the network inside the console of the browser, please let me see what going on in that section, if you see a response in red color, please select this and take a screenshot

@fewrainbows
Copy link
Author

fewrainbows commented Oct 30, 2023

Ouch! too high for me

please gimme how to access on that console...

On localhost:8017 No buttons beyond login/register...

thank u again

@itsalb3rt
Copy link
Owner

Oh no problem.

  • Open you browser
  • Press F12 or rigth click on the current open page and then click on inpect elements
image
  • Now you see a console like this
image
  • then retry send the register action, you can see a request with register name
image

Here an example video https://www.youtube.com/watch?v=y2yanWTNxGk

@fewrainbows
Copy link
Author

fewrainbows commented Nov 2, 2023

Hello,

this might help?

immagine

thank u

@itsalb3rt
Copy link
Owner

Here go! Now click on the POST red request called register and then click on preview to see what going on

@fewrainbows
Copy link
Author

immagine

if I click on POST

immagine

(My browser is Mozilla for Windows...I don't see any "Preview")

immagine

@itsalb3rt
Copy link
Owner

Ok thanks! I have more context now, I work on that this weekend.

@itsalb3rt
Copy link
Owner

itsalb3rt commented Nov 18, 2023

Sorry for the delay @fewrainbows I test the API and I found a missing command to install the dependencies of the API, basically I added this command to the API docs make install-dependencies you need to pull the changes and run the commant.

The docs is updated too. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants