archimatetool / archi-modelrepository-plugin

coArchi - a plug-in to share and collaborate on Archi models.
153 stars 52 forks source link

302 error #75

Closed jvdongen17 closed 5 years ago

jvdongen17 commented 5 years ago

When I refresh my client I got an 302 error. archi_error

Does anybody know what it means and how to handle?

Jurgen

jbsarrodie commented 5 years ago

Hi,

HTTP 302 is the code for redirection. This means that the server which hosts your model has been changed and the URL has changed too. The old URL is still listening for connection and tries to redirect you to the new one, but this doesn't work with Git.

You have to get the new URL, remove the model from your workspace and reimport it with the new URL.