cloudcsv
cloudcsv copied to clipboard
Impossible to create new table when running docker version
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
- Create new user,
- login,
- navigate to "System Setting"
- Find the "Manage tables" sections
- Click "Create table" button
- Choose some columns names, types and name (ex 3.)
- 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
Thanks! I check this asap.
Fixed in #46 UI bug.
Thank you! Best regards :)
ĥ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)
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
I double checked this and still experience this issue :(
Try to get the API
response like this video and show me the server response.
Any news @CryptoNGuns ? 👀
"Method not allowed" message appears in the firefox console:
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.