GithubHelp home page GithubHelp logo

Comments (6)

jonrosner avatar jonrosner commented on September 28, 2024

I can't replicate your issue. Are you running the latest version of Yaade? Try

docker rm -f yaade
docker pull esperotech/yaade:latest
docker run -d --restart=always -p 9339:9339 \
    -e YAADE_ADMIN_USERNAME=admin -v yaade:/app/data \
    --name yaade esperotech/yaade:latest

If that doesn't solve the issue please create a minimal reproducible example by starting a fresh instance and posting the steps to reproduce.

from yaade.

pmoraitopoulos avatar pmoraitopoulos commented on September 28, 2024

Now that i pull the latest variables dont work at all. it doesnt show me the value if i put the cursor on top. i have installed Yaade on synology Nas with docker. i first delete athe container and all data.
i run this

docker run -d --name=yaade
-p 9339:9339
-e YAADE_ADMIN_USERNAME=pmoraitopoulos
-v /volume1/docker/yaade:/app/data
--restart always
esperotech/yaade:latest

then i enter and there was an empty collection. i add new environment and a variable.

image

image

image
image

from yaade.

jonrosner avatar jonrosner commented on September 28, 2024

I followed the same steps and I cannot reproduce it.

Here are some other debugging suggestions:

Explicitly run docker pull esperotech/yaade:latest before starting the container

Try manually saving both the collection and request (top right is a save button) and then refresh the page.

Look into the logs of the server (docker logs -f yaade)

Use the Extension proxy instead of the server.

from yaade.

pmoraitopoulos avatar pmoraitopoulos commented on September 28, 2024
  1. I delete the variable in the body and write it again.
  2. I mannually saved.
  3. I refresh the page.
  4. Worked !! :)

i change to another environment. Worked as well!

Thank you for you immediate response.

from yaade.

jonrosner avatar jonrosner commented on September 28, 2024

maybe there is some initialization problem with the codemirror interpolation plugin. I'll close this issue for now but investigate further.

from yaade.

pmoraitopoulos avatar pmoraitopoulos commented on September 28, 2024

Hello,

For your information, after restart the container, i had an issue.
I have a variable for a url and i use it in the URL as post.
I clicked on send button and error occur (something like ${url} could not resolve after 2 queries.
I go to the environments of the collection, i put a dot in the variable. i click save manually. Again i delete the dot from the variable url and i clicked save manually. it fixes the error.

from yaade.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.