-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miss file content when release widget #3
Comments
Please check the code of your own widget. |
My code is correct. My opinion is that OpenResty intercepts part of the contents of the file. It works in dev mode. It works after file replacement in the release stage. If I release it and refresh the page I will get errors. Note the size of the bundled file - 367 KiB
Just only 64kFix itIt works after file replacement in the release stage. My opinion is that OpenResty intercepts part of the contents of the file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I succeed in releasing the widget.
But failed to load in the release widget.
And I found the file size just only 64k.
I replace the file through the minio console.
It's work.
The question may cause by the gateway.
https://github.com/apitable/apitable/blob/404dedbd55cd6a6a2a3288280fb16515e2e60c50/gateway/conf.d/default.conf#L25-L30
I use the
docker-compose.yaml
to deploy apitable.https://github.com/apitable/apitable/blob/develop/docker-compose.yaml
The text was updated successfully, but these errors were encountered: