Issue with Uploading Source Entries in Dev Environment #15982
Replies: 2 comments 1 reply
-
|
There must be some difference between "dev" and "local machine" environments or configurations. Maybe the component is configured differently? |
Beta Was this translation helpful? Give feedback.
-
|
No, everything is the same. Even for testing, if I block the flow for some time, the dev changes will reflect in the Weblate UI. Note : As per my analysis, if the component is created successfully in the API response, an internal task runs to check whether the component was configured successfully or not. In case it is not configured, when I try to upload a source file using the add method to add new entries, the addition does not work. However, the replace method works fine, which may indicate a bug in Weblate. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
Hi Team,
I am facing an issue that works fine on my local machine but not in the dev environment. Could there be a gateway blocker or any environment-specific issue?
The problem is with uploading source entries using the add operation on an existing component. Locally, it works as expected, but in the dev environment, although I receive a success response, the newly added entries are not reflected in Weblate.
I already tried
Steps to reproduce the behavior
Expected behavior
No response
Screenshots
No response
Exception traceback
How do you run Weblate?
No response
Weblate versions
No response
Weblate deploy checks
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions