Skip to content
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

DocurainプラグインでPDF作成時にServerErrorが発生する #1505

Open
TET76 opened this issue Sep 4, 2024 · 0 comments
Open

DocurainプラグインでPDF作成時にServerErrorが発生する #1505

TET76 opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working - 不具合

Comments

@TET76
Copy link

TET76 commented Sep 4, 2024

Describe the bug / バグの説明

A clear and concise description of what the bug is. / バグの内容のかんたんな説明を記載してください。

2024/8/13以降、Docurainプラグインを利用したPDF作成ができなくなりました。
実行するとServerErrorが発生します。
Docurainサポートへ問い合わせして、Exment側でResponseBodyを破棄している可能性が高いとのご回答をいただきました。

To Reproduce / 再現手順

Please describe the reproduction procedure in as much detail as possible. / 再現手順を、可能な限り詳細に記載してください。

プラグインはサンプルをベースに実装しました。
2024/8/9までは発行できていましたが、休み明けの2024/8/13以降に発行できなくなりました。
実行環境およびDocurain側の仕様に変化点はないことは確認しております。

Version / 発生バージョン

Please describe version. / ご利用のバージョンを記載してください。

v5.0.6, v6.1.1

Error log / エラーログ

If possible, paste error log. Log's path is "storage/logs/laravel.log". / 可能であれば、ログを貼り付けてください。ログのパスは"storage/logs/laravel.log"です。

local.ERROR: Array to string conversion {"userId":1,"exception":"[object] (ErrorException(code: 0): Array to string conversion at /var/www/exment/storage/app/plugins/BillSheetPDF/Plugin.php:367)

Responseをデバッグで取得
StatusCode: 403
Body:

  <head><title>403 Forbidden</title></head>
  <body>
  <center><h1>403 Forbidden</h1></center>
  </body>
  </html>

Screenshots / スクリーンショット

If possible, paste the screenshot. / 可能であれば、スクリーンショットを貼り付けてください。

image

エラー発生箇所のソースコード:
image

Additional context / その他

Add any other context about the problem here. / その他に記載すべき内容がありましたら、ご記載ください。

@TET76 TET76 added the bug Something isn't working - 不具合 label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working - 不具合
Projects
None yet
Development

No branches or pull requests

1 participant