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

No login page after changes introduced in #6621 #6639

Closed
BOHEUS opened this issue Aug 16, 2024 · 3 comments
Closed

No login page after changes introduced in #6621 #6639

BOHEUS opened this issue Aug 16, 2024 · 3 comments

Comments

@BOHEUS
Copy link
Contributor

BOHEUS commented Aug 16, 2024

As of now, instead of standard login page, there is blank white page and error in devtools, logs don't return any warning nor error
image

Please investigate changes introduces in #6621

Workaround: revert commit

Logs from devtools

Uncaught SyntaxError: The requested module 'http://localhost:3001/@fs/home/user/Desktop/projects/twenty/node_modules/prop-types/index.js?v=759aeb0f' doesn't provide an export named: 'default'
@BOHEUS
Copy link
Contributor Author

BOHEUS commented Aug 21, 2024

@lucasbordeau I'm still able to reproduce it, all what I did was reverting the revert of changes and rerun the server, tried clearing the cache and reinstalling all packages but in the end I'm unable to access the app.

EDIT: I cloned my fork into different directory on my pc, set up whole project according to instructions and I'm reproducing it

@Bonapara
Copy link
Member

@BOHEUS do you still have it?

@BOHEUS
Copy link
Contributor Author

BOHEUS commented Aug 28, 2024

@Bonapara I can reproduce it only if those 3 lines from mentioned issue are added to vite.config.ts, otherwise no

optimizeDeps: {
      exclude: ['@tabler/icons-react'],
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants