SkynetLabs/deploy-to-skynet-action

Error on Deployment

PBhadoo opened this issue · 2 comments

Describe the bug

Warning: Unexpected input(s) 'portal-url', 'not-found-page', 'skynet-api-key', valid inputs are ['upload-dir', 'github-token', 'registry-seed', 'registry-datakey']

To Reproduce

Expected behavior

Screenshots

Version Information (please complete the following information):

with:
upload-dir: public
github-token: ***
portal-url: https://skynetfree.net
not-found-page: ./public/404.html
skynet-api-key: ***
registry-seed: ***
registry-datakey: skylink.txt

Additional context

my site is unable to use 404.html file
https://1005luiallkt06mv68cgvkrekr70v4754lpd1oaiaf35ns5jgctiqo8.siasky.net
https://1005luiallkt06mv68cgvkrekr70v4754lpd1oaiaf35ns5jgctiqo8.siasky.net/0:/

When i try version 2.2.0 then the error becomes

Failed to deploy: Request failed with status code 500: failed to upload file to skynet: [unable to upload skyfile; metadata is invalid; [metadata contains invalid errorpages configuration; all errorpages need to have absolute paths]]

The error is "all errorpages need to have absolute paths".

Please change "not-found-page" to "public/404.html" - that should help.