cloudcsv icon indicating copy to clipboard operation
cloudcsv copied to clipboard

Impossible to create new table when running docker version

Open FixerCy opened this issue 2 years ago • 10 comments

Describe the bug When running docker version there is impossible to create table in the "System Setting" menu

To Reproduce Steps to reproduce the behavior:

Perform operation for installing APP $ git clone https://github.com/itsalb3rt/cloudcsv.git $ docker-compose up

Perform operation for installing API $ git clone https://github.com/itsalb3rt/cloudcsv_api.git $ docker-compose up

  1. Create new user,
  2. login,
  3. navigate to "System Setting"
  4. Find the "Manage tables" sections
  5. Click "Create table" button
  6. Choose some columns names, types and name (ex 3.)
  7. Try to click save button

Expected behavior Table should be created

Movie from reproducing issue and error that appears:

"DATA NO IN API DOCUMENTATION FORMAT CERRAR" https://www.youtube.com/watch?v=beaBTLE94mc

Desktop (please complete the following information):

OS: Tried on both: Centos and Linux Mint Browser, Firefox, Chrome

FixerCy avatar Sep 26 '22 17:09 FixerCy

Thanks! I check this asap.

itsalb3rt avatar Sep 26 '22 21:09 itsalb3rt

Fixed in #46 UI bug.

itsalb3rt avatar Sep 26 '22 23:09 itsalb3rt

Thank you! Best regards :)

FixerCy avatar Sep 27 '22 07:09 FixerCy

ĥmmm have the changes been commited to docker repo? I still experience it unfortunately.

(Yes I performed docker stop + docker rm on all old instances and performed new installation)

FixerCy avatar Sep 27 '22 15:09 FixerCy

Make a sure you have a new version code of master branch;

  • Try git pull origin master
  • Try to remove the project directory and clone again

itsalb3rt avatar Sep 27 '22 15:09 itsalb3rt

I double checked this and still experience this issue :(

FixerCy avatar Sep 29 '22 12:09 FixerCy

Try to get the API response like this video and show me the server response.

cloudcsv

itsalb3rt avatar Sep 29 '22 13:09 itsalb3rt

Any news @CryptoNGuns ? 👀

itsalb3rt avatar Oct 03 '22 14:10 itsalb3rt

"Method not allowed" message appears in the firefox console: image

FixerCy avatar Oct 03 '22 14:10 FixerCy

For the information in the tab of the window, you have an old version of the UI, please run git pull origin master and build again the frontend.

itsalb3rt avatar Oct 03 '22 23:10 itsalb3rt