line / create-liff-app

Start developing LIFF application with a simple CLI command.
https://developers.line.biz/en/docs/liff/
Apache License 2.0
63 stars 8 forks source link

fix env next liffId #4

Closed inoue2002 closed 2 years ago

inoue2002 commented 2 years ago

process.env.LIFF_ID in NEXT is incorrect. When I access the URL, the following error was displayed.

LIFF init failed. Error: liffId is necessary for liff.init()

So fixed it.