trello-clone
                                
                                 trello-clone copied to clipboard
                                
                                    trello-clone copied to clipboard
                            
                            
                            
                        When clicking on "Create", the Add Board Modal doesn't seem to be displayed
When I click on the "Create" button on the home page, the screen goes grey, but the modal is not displayed. This prevents users from creating boards.
    const { data } = useAxiosGet(
        `https://api.unsplash.com/photos?client_id=${accessKey}`,
        false
    );
...
if (!data) return null;
The problem seems to be here. The API unsplash perhaps doesn't provide data, and if data is empty then it returns null. I've debugged and confirm data is null in this context.
Next steps to debug is determining why we need this API and how to fix the issue.
Ok from what I understand, this project is hosted somehow on unsplash, and the photos of the background are there. Without these photos, I can't test locally. @vdevired perhaps you have the env folder with the accessKey? Or recommendations in order to proceed?
Thanks a lot for the work, I'd like to use this project in order to create an application with a board like system using Django, which is why your project interests me. Thank you for your help!
This project is not hosted on unsplash, you need to start the servers locally
On Thu, Jan 25, 2024 at 9:46 AM Nicolas Solioz @.***> wrote:
Ok from what I understand, this project is hosted somehow on unsplash, and the photos of the background are there. Without these photos, I can't test locally. @vdevired https://github.com/vdevired perhaps you have the env folder with the accessKey? Or recommendations in order to proceed?
Thanks a lot for the work, I'd like to use this project in order to create an application with a board like system using Django, which is why your project interests me. Thank you for your help!
— Reply to this email directly, view it on GitHub https://github.com/vdevired/trello-clone/issues/6#issuecomment-1910699655, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6ISTEV36VEPKV4CKPNLHLYQKK73AVCNFSM6AAAAABCK2NCTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJQGY4TSNRVGU . You are receiving this because you were mentioned.Message ID: @.***>