-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
deployed on vercel #1465
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
Can someone guide me please |
I sadly cannot really help you that much regarding the error. As I do not personally know vercel. Please ensure you use this Template inside Vercel Like in the wiki: https://dashy.to/docs/deployment#vercel Have you done a rebuild?
|
Everything is done properly I even get the dashboard but after editing the config don't save, And I'm not even able to build from the source code it shows some compatibility issues |
Just spun up Vercel, can confirm this issue. Deploy errors:
|
Other actions like recompiling throw the same error, I guess there is a problem with writing to the conf file? |
Hey @vishalkadam7, The once exception is Netlify, as I've written cloud function endpoints for all the server-side endpoints, except for saving config and recompiling the app, which isn't possible to do. Instead, after making changes, you'll need to copy the generated YAML and paste it into your conf.yml in your GitHub repo, then Vercel or Netlify will automatically rebuild and redeploy with your new changes. Sorry, I know that's not super ideal, but just a limitation of those services. |
Thanks for the brief now I understand where I was wrong, I want to ask would it be possible to build dashy from the source code, I did try the docs provided by you but as a non developer I do understand few and I'll be even able to customise as required, but I'm stuck with the errors while building as there are couple of version conflicts one I solve the other comes in. Is there a particular branch that I should use for building for source code or it's the default branch |
Hi Dependencies: Node 16.0 LTS https://github.com/Lissy93/dashy?tab=readme-ov-file#deploying-from-source- You can simple clone the github master branch with Cd into dashy folder: install dependencies: Build Start
|
I'm trying to add dashy as a secondary workspace for my team and other individuals need very minimal options so I'll be customizing as required and disable or remove the once which are not required. I have built a basic workspace using html, css and little js.
now I'm trying to convert this into a full-stack Next.js app with multi-tenancy. So that anyone can add there fav bookmarks which would be visible to all the Artists (users), or can have an option to make it public or private. easy access to all your bookmarks within a single interface. This is my first opensource project as a non Developer professionally I'm a 3D VFX Artist I could use other dashboards for minimal use case but I have tried almost everything they do not support workspace view. |
I get this error while trying to save config. is there any thing else that i need to configure in vercel to get the config saved
AxiosError: Request failed with
status code 405
Originally posted by @vishalkadam7 in #1147 (comment)
The text was updated successfully, but these errors were encountered: