AreChen
AreChen
> I've set USE_DB_AUTHENTICATION to false and set TEST_API_KEY, but whether it's an api endpoint or accessed through a locally built dify, the set key is invalid, the api endpoint...
I solved it. My problem was due to missing envparameters in the `langgenius/dify-api` & `langgenius/dify-plugin-daemon` section. langgenius/dify-api https://github.com/langgenius/dify/commit/43ab7c22a78f4376275510c7178baf17575cdbe1 ``` PLUGIN_REMOTE_INSTALL_HOST: ${EXPOSE_PLUGIN_DEBUGGING_HOST:-localhost} PLUGIN_REMOTE_INSTALL_PORT: ${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003} ``` langgenius/dify-plugin-daemon https://github.com/langgenius/dify/issues/14850#issuecomment-2705698074 ``` depends_on: - db...
same issue here 
In version 0.20.2, the key is encrypted during the request, causing the request to fail. `Internal Server Error: Provider openai failed with invalid_request_error error: 401 Incorrect API key provided: sk-proj-********************************************************************************************************************************************************7u4A....
In the latest 2.0 node view, bypass and mute are stacked together.